mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-30 22:39:58 +02:00
tpl/internal/go_templates: Revert formatting
Should make future fork synch easier.
This commit is contained in:
@@ -41,10 +41,8 @@ var transitionFunc = [...]func(context, []byte) (context, int){
|
||||
stateError: tError,
|
||||
}
|
||||
|
||||
var (
|
||||
commentStart = []byte("<!--")
|
||||
commentEnd = []byte("-->")
|
||||
)
|
||||
var commentStart = []byte("<!--")
|
||||
var commentEnd = []byte("-->")
|
||||
|
||||
// tText is the context transition function for the text state.
|
||||
func tText(c context, s []byte) (context, int) {
|
||||
|
Reference in New Issue
Block a user