about summary refs log tree commit diff
path: root/pkgs/development/tools/go-swagger
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-01-19 08:32:16 +0100
committerGitHub <noreply@github.com>2023-01-19 08:32:16 +0100
commit304639a052d153659cf859da8bec8c349cb70d11 (patch)
treef494b89c00f527e8c1e7d0cd5f392f605b0df8cc /pkgs/development/tools/go-swagger
parent947e4c0bca4354126e897531a73815eff40cf093 (diff)
go-swagger: fix lint issue
Diffstat (limited to 'pkgs/development/tools/go-swagger')
-rw-r--r--pkgs/development/tools/go-swagger/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/go-swagger/default.nix b/pkgs/development/tools/go-swagger/default.nix
index 842e860c8c961..bd4411ad768c8 100644
--- a/pkgs/development/tools/go-swagger/default.nix
+++ b/pkgs/development/tools/go-swagger/default.nix
@@ -1,4 +1,4 @@
-{ lib 
+{ lib
 , buildGoModule
 , fetchFromGitHub
 }: