Skip to content

Commit 6416c18

Browse files
committed
format
1 parent af2b8ec commit 6416c18

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/gig/patch.gleam

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ fn check_matching_args(af: glance.Function, bf: glance.Function) {
9595
case a.label == b.label {
9696
False -> {
9797
panic as {
98-
"patch should have matching labels. \n at "
99-
<> bf.name
100-
<> " "
101-
<> a_label
102-
<> "!="
103-
<> b_label
104-
}
98+
"patch should have matching labels. \n at "
99+
<> bf.name
100+
<> " "
101+
<> a_label
102+
<> "!="
103+
<> b_label
104+
}
105105
}
106106
True -> Nil
107107
}

0 commit comments

Comments
 (0)