Skip to content

Commit

Permalink
Add space after //
Browse files Browse the repository at this point in the history
To fix lint error

Signed-off-by: Albert <[email protected]>
  • Loading branch information
albertteoh authored Jun 11, 2023
1 parent c9334ad commit eae8f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/fswatcher/fswatcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type FSWatcher struct {
onChange func()
mu sync.RWMutex
stop chan struct{}
isClosed atomic.Bool //default value is False
isClosed atomic.Bool // default value is False
wg sync.WaitGroup
}

Expand Down

0 comments on commit eae8f07

Please sign in to comment.