Skip to content

Commit 6082ea7

Browse files
authored
Fix missing whitespace.
1 parent f99dd4d commit 6082ea7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/debuginfo/msvc-pretty-enums.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@
4646
// cdb-check: [+0x000] __0 : 0x2a [Type: unsigned int]
4747

4848
// cdb-command: dx niche128_some
49-
// cdb-check: niche128_some : Some [Type: enum2$<core::option::Option<core::num::nonzero::NonZero<i128>> >]
49+
// cdb-check: niche128_some : Some [Type: enum2$<core::option::Option<core::num::nonzero::NonZero<i128> > >]
5050
// Note: we can't actually read the value of the field because CDB cannot handle 128 bit integers.
5151
// cdb-check: [+0x000] __0 [...] [Type: core::num::nonzero::NonZero<i128>]
5252

5353
// cdb-command: dx niche128_none
54-
// cdb-check: niche128_none : None [Type: enum2$<core::option::Option<core::num::nonzero::NonZero<i128>> >]
54+
// cdb-check: niche128_none : None [Type: enum2$<core::option::Option<core::num::nonzero::NonZero<i128> > >]
5555

5656
// cdb-command: dx wrapping_niche128_untagged
5757
// cdb-check: wrapping_niche128_untagged : X [Type: enum2$<msvc_pretty_enums::Wrapping128Niche>]

0 commit comments

Comments
 (0)