🎨 fix format

This commit is contained in:
zztkm 2022-09-13 05:11:42 +09:00
parent 9584b7e4de
commit 8c9e432518

View file

@ -87,7 +87,7 @@ fn watch(path string, mut logger log.Log) {
watchers << w watchers << w
} }
ignore := "." + os.path_separator + "dist" ignore := '.' + os.path_separator + 'dist'
for { for {
for mut w in watchers { for mut w in watchers {
if w.path.starts_with(ignore) { if w.path.starts_with(ignore) {