Skip to content

Commit

Permalink
add missing empty line at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
macielti committed Jul 21, 2024
1 parent 06ad752 commit a26ce22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common_clj/component/cronjob.clj
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@

(defn new-cronjob
[tasks]
(->ConJob {} {} {} {:tasks tasks}))
(->ConJob {} {} {} {:tasks tasks}))
2 changes: 1 addition & 1 deletion test/integration/integration/cronjob_component_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
(Thread/sleep 1000)

(is (= :ok @test-state))
(component/stop-system system))))
(component/stop-system system))))

0 comments on commit a26ce22

Please sign in to comment.