summaryrefslogtreecommitdiff
path: root/service/env/environment.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-09-10 14:29:10 +0300
committerWolfy-J <[email protected]>2018-09-10 14:29:10 +0300
commit7ab1e77f2db902cf8a485e3a28bfdbd58a613dc9 (patch)
tree748253cb7d5b758a0b61ab4a88023e5fed4f4a3b /service/env/environment.go
parentceb5033d5bb2fb641c886d4010f05498552152c2 (diff)
go fmt
Diffstat (limited to 'service/env/environment.go')
-rw-r--r--service/env/environment.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/env/environment.go b/service/env/environment.go
index d095009c..8e89d2c8 100644
--- a/service/env/environment.go
+++ b/service/env/environment.go
@@ -8,4 +8,4 @@ type Environment interface {
// SetEnv sets or creates environment value.
SetEnv(key, value string)
-} \ No newline at end of file
+}