Skip to content

Commit 1505c9d

Browse files
committed
style: Apply linters
1 parent 18017bd commit 1505c9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
};
1010

1111
outputs =
12-
{ ... }@inputs:
12+
inputs:
1313
{
1414
lib = {
1515
makeLib =

test/flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
inputs.slime.url = "github:slime/slime";
55
inputs.slime.flake = false;
66

7-
outputs = {}: {};
7+
outputs = _: {};
88
}

0 commit comments

Comments
 (0)