Skip to content

Commit a57c64a

Browse files
Update test/sciml_style.jl
Co-authored-by: Erik Faulhaber <[email protected]>
1 parent 63466e7 commit a57c64a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sciml_style.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1918,7 +1918,7 @@
19181918
end
19191919
"""
19201920
# Test that we get one of the two behaviors (documenting the change)
1921-
result = format_text(str, SciMLStyle(), yas_style_nesting = true)
1921+
result = format_text(str, SciMLStyle())
19221922
@test result == expected_main || result == expected_pr
19231923
end
19241924

0 commit comments

Comments
 (0)