From 8e49597e479f878b5e9aff6d738717eaa11c5cb7 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 12 Sep 2015 11:20:19 -0600 Subject: gofmt, use make(chan) without a number argument where possible --- src/nshd/hackers_git/hackers_watch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nshd') diff --git a/src/nshd/hackers_git/hackers_watch.go b/src/nshd/hackers_git/hackers_watch.go index 0fa45c9..8559f88 100644 --- a/src/nshd/hackers_git/hackers_watch.go +++ b/src/nshd/hackers_git/hackers_watch.go @@ -192,7 +192,7 @@ Loop: if event.Name == nil { panic("recieved child event from inotify, but no child name") } - o.load_yaml_file(o.Cfg.Yamldir + "/" + *event.Name, true) + o.load_yaml_file(o.Cfg.Yamldir+"/"+*event.Name, true) } else { panic("recieved non-subscribed inotify event from kernel") } -- cgit v1.2.3-54-g00ecf