Skip to content

Commit a16d47a

Browse files
Format Rust code using rustfmt
1 parent b3217db commit a16d47a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hyperapp.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ pub fn spawn(fut: impl Future<Output = ()> + 'static) {
142142
})
143143
}
144144

145-
146145
impl Executor {
147146
pub fn new() -> Self {
148147
Self { tasks: Vec::new() }

0 commit comments

Comments
 (0)