swego: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-05-23 12:01:46 +02:00
parent dc0118692a
commit 51c39ac7ac

View File

@ -1,7 +1,8 @@
{ lib
, stdenv
, buildGoModule
, fetchFromGitHub
{
lib,
stdenv,
buildGoModule,
fetchFromGitHub,
}:
buildGoModule rec {