Skip to content

Commit 1869800

Browse files
authored
Remove unnecessary whitespace in dispenser.go
1 parent e224f92 commit 1869800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

caddyfile/dispenser.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func (d *Dispenser) NextBlock() bool {
114114
if !d.Next() {
115115
return false
116116
}
117-
117+
118118
if d.Val() == "{" {
119119
// a new block, we move the cursor back and try new block flow
120120
d.cursor--

0 commit comments

Comments
 (0)