diff options
author | Valery Piashchynski <[email protected]> | 2021-02-16 22:09:41 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-02-16 22:09:41 +0300 |
commit | 98dcf79ea7cabea3f45a55f69d425434bccdd72b (patch) | |
tree | 65465cd0596046de0304dc2968fccaf329b18bba /tests/plugins/config | |
parent | 8aa3d83f8c9471519a02f7779219238340fb86f8 (diff) |
FMT-ed all files
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests/plugins/config')
-rwxr-xr-x | tests/plugins/config/config_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/config/config_test.go b/tests/plugins/config/config_test.go index 0ce82bd9..a0c2932b 100755 --- a/tests/plugins/config/config_test.go +++ b/tests/plugins/config/config_test.go @@ -214,4 +214,4 @@ func TestConfigEnvVariablesFail(t *testing.T) { _, err = container.Serve() assert.Error(t, err) -}
\ No newline at end of file +} |