Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
StunxFS authored Nov 27, 2023
1 parent 2cb2521 commit 6021142
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vlib/v/fmt/tests/consts_expected.vv
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ const i_am_a_very_long_constant_name_so_i_stand_alone_and_my_length_is_over_90_c
pub const i_am_pub_const = true

const abc = 1 // abc

const def = 2 // def

const ghi = 3 // ghi

fn main() {
Expand Down

0 comments on commit 6021142

Please sign in to comment.