Skip to content

Commit

Permalink
fixed line numbers having shifted due to whitepace fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Oct 18, 2024
1 parent 23a88f7 commit 0bcbe3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_outputs/witnesses/enum_variant_missing.snap
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ hint = 'let witness = enum_variant_missing::PlainVariantWillBeRemoved::Bar;'

[["./test_crates/enum_variant_missing/"]]
filename = 'src/lib.rs'
begin_line = 9
begin_line = 10
hint = 'let witness = enum_variant_missing::TupleVariantWillBeRemoved::Bar(...);'

[["./test_crates/enum_variant_missing/"]]
filename = 'src/lib.rs'
begin_line = 14
begin_line = 16
hint = 'let witness = enum_variant_missing::StructVariantWillBeRemoved::Bar{...};'

0 comments on commit 0bcbe3b

Please sign in to comment.