Skip to content

Commit a504688

Browse files
committed
Fix indent
1 parent b582452 commit a504688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func main() {
3737
return
3838
}
3939
log.Println("event:", event)
40-
// `Op` is the same as `fsnotify.Op`.
40+
// `Op` is the same as `fsnotify.Op`.
4141
if event.Op&fsnotify.Write == fsnotify.Write {
4242
log.Println("modified file:", event.Name)
4343
}

0 commit comments

Comments
 (0)