Skip to content

Commit e8613e9

Browse files
committed
Fix #566
1 parent 268c18b commit e8613e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/singleapp/web/superbasic/Taskfile.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '3'
1+
version: "3"
22

33
tasks:
44
default:
@@ -11,4 +11,3 @@ tasks:
1111
- go run honnef.co/go/tools/cmd/staticcheck@latest ./...
1212
- cmd: go run main.go
1313
ignore_error: true
14-

0 commit comments

Comments
 (0)