Skip to content

Commit

Permalink
Newline at end of file is required
Browse files Browse the repository at this point in the history
VScode formatter on my machine missed this but the Github Actions did
not. When I ran teh formatter using julia, it indeed was failing due to
the newline at the end of the file. On this commit, the workflow should
pass.
  • Loading branch information
anchal-physics committed Sep 20, 2023
1 parent adcac01 commit 5079bef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/recipes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,4 @@ end
"provided grid_ggd array"
)
end
end
end
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ end
@testset "GGDUtils" begin
@test test_interp()
@test test_project_prop_on_subset()
end
end

0 comments on commit 5079bef

Please sign in to comment.