Skip to content
This repository was archived by the owner on Mar 22, 2025. It is now read-only.

Commit bc0cb3b

Browse files
committed
Add formatter info
1 parent b3ace9c commit bc0cb3b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.JuliaFormatter.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
style = "blue"

test/fixed.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
function test_fixed_window(
2-
values, op; op_bang=nothing, approximate_equality::Bool=false
3-
)
1+
function test_fixed_window(values, op; op_bang=nothing, approximate_equality::Bool=false)
42
# For later comparison, to ensure that we don't mutate any of these
53
values_copy = deepcopy(values)
64

0 commit comments

Comments
 (0)