Skip to content

Commit

Permalink
julefmt: fix trait declaration formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Apr 1, 2024
1 parent 84e4081 commit a6cba7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/format.jule
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,6 @@ impl Formatter {
self.write("\n")
}
self.write_comments_except(m.token.row)
self.write(self.indent)
self.fn_decl(m)
self.pop_row_comments(m.token.row)
}
Expand Down

0 comments on commit a6cba7e

Please sign in to comment.