Unverified Commit 9e050daa authored by Benedikt Peetz's avatar Benedikt Peetz
Browse files

invidious-router: format with `nixfmt-rfc-style`

parent 7801f749
Loading
Loading
Loading
Loading
+21 −20
Original line number Diff line number Diff line
@@ -2,7 +2,8 @@
  lib,
  buildGoModule,
  fetchFromGitLab,
}: let
}:
let
  version = "1.1";
in
buildGoModule {