Skip to content

Commit 8f615af

Browse files
committed
Add a test for #2569
1 parent d48cbed commit 8f615af

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

tests/source/imports_block_indent.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// rustfmt-imports_indent: Block
2+
3+
// #2569
4+
use apns2::request::notification::{Notificatio, NotificationBuilder, Priority, SilentNotificationBuilder};

tests/target/imports_block_indent.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// rustfmt-imports_indent: Block
2+
3+
// #2569
4+
use apns2::request::notification::{
5+
Notificatio, NotificationBuilder, Priority, SilentNotificationBuilder,
6+
};

0 commit comments

Comments
 (0)