Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
y-yagi committed Jan 3, 2021
1 parent b582452 commit a504688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func main() {
return
}
log.Println("event:", event)
// `Op` is the same as `fsnotify.Op`.
// `Op` is the same as `fsnotify.Op`.
if event.Op&fsnotify.Write == fsnotify.Write {
log.Println("modified file:", event.Name)
}
Expand Down

0 comments on commit a504688

Please sign in to comment.