diff options
author | Wolfy-J <[email protected]> | 2018-06-07 15:39:24 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-07 15:39:24 +0300 |
commit | 06e3569fabba6f2e36b5aac4df81484526003a9f (patch) | |
tree | 4b130de22bca32de46af3d6ec33577aaa6bdb6e0 /server_config.go | |
parent | 996f00425f1eaf681a840a0dce8ab53b422e1116 (diff) |
go fmt
Diffstat (limited to 'server_config.go')
-rw-r--r-- | server_config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server_config.go b/server_config.go index b8c3c408..54f7120b 100644 --- a/server_config.go +++ b/server_config.go @@ -8,7 +8,7 @@ import ( ) const ( - FactoryPipes = iota + FactoryPipes = iota FactorySocket ) |