Skip to content

Commit 0c60077

Browse files
committed
s/\ /\t
1 parent 3771954 commit 0c60077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

program.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ indentation and no properties with the value undefined:`
2424
)
2525

2626
type program[T any] struct {
27-
input string
27+
input string
2828
built string
2929
}
3030

0 commit comments

Comments
 (0)