style: reformat with golines and enforce on commit
1 file changed, 4 insertions(+), 1 deletion(-)
changed files
M internal/importer/nixpkgs-channel.go → internal/importer/nixpkgs-channel.go
@@ -63,7 +63,10 @@ return true, nil } -func (i *NixpkgsChannelImporter) Import(parent context.Context, indexer *search.WriteIndex) (bool, error) { +func (i *NixpkgsChannelImporter) Import( + parent context.Context, + indexer *search.WriteIndex, +) (bool, error) { filename := path.Join(i.DataPath, filesToFetch["options"]) revFilename := path.Join(i.DataPath, filesToFetch["revision"]) bits, err := os.ReadFile(revFilename)