Skip to content

Commit b665111

Browse files
Add some example source code for the CI on this repo to process (#44)
* Add some example source code for the CI on this repo to process * Update example.jl * Update example.jl * Apply suggestions from code review Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update example.jl --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4889442 commit b665111

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

example/example.jl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This file is just so the CI on this repo has something to format.
2+
#
3+
# Do not delete this file. We use it in our CI.
4+
5+
f(; a = 4)
6+
7+
# g(; a=4)

0 commit comments

Comments
 (0)