Add a test for #2569

This commit is contained in:
Seiichi Uchida 2018-04-05 13:23:48 +09:00
parent d48cbedfe4
commit 8f615af44e
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,4 @@
// rustfmt-imports_indent: Block
// #2569
use apns2::request::notification::{Notificatio, NotificationBuilder, Priority, SilentNotificationBuilder};

View file

@ -0,0 +1,6 @@
// rustfmt-imports_indent: Block
// #2569
use apns2::request::notification::{
Notificatio, NotificationBuilder, Priority, SilentNotificationBuilder,
};