Skip to content

Commit 1a64879

Browse files
formatting
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d86d5ea commit 1a64879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rule_definition_tools.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ end
225225
@test r1 == string(2.0)
226226
@test pb1(NoTangent()) == (NoTangent(), NoTangent())
227227

228-
foo_ndc2(x; y=0) = string(x+y)
228+
foo_ndc2(x; y=0) = string(x + y)
229229
@non_differentiable foo_ndc2(x)
230230
@test frule(AllConfig(), foo_ndc2, 2.0; y=4.0) == (string(6.0), NoTangent())
231231
r2, pb2 = rrule(AllConfig(), foo_ndc2, 2.0; y=4.0)

0 commit comments

Comments
 (0)