f
[rust-lightning] / lightning / src / util / events.rs
index 1bcd0da142076d3cd166fa66e178b3d929056dd3..a5d223c338dfb7a6f2c4bfe1d8efd5801bb873d1 100644 (file)
@@ -271,7 +271,7 @@ impl MaybeReadable for Event {
                                let f = || {
                                        let mut outputs = VecReadWrapper(Vec::new());
                                        read_tlv_fields!(reader, {
-                                               (0,outputs),
+                                               (0, outputs),
                                        }, {});
                                        Ok(Some(Event::SpendableOutputs { outputs: outputs.0 }))
                                };