From 35b5627ad13c19e8656d726aba5f2baa2a63a101 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sun, 2 Dec 2018 23:20:14 -0500 Subject: [PATCH] Add a newline to fix rustfmt --- examples/setup_warning.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/setup_warning.rs b/examples/setup_warning.rs index e1684b1..fdc8e61 100644 --- a/examples/setup_warning.rs +++ b/examples/setup_warning.rs @@ -18,4 +18,4 @@ fn main() { // The warning will only trigger once though does_allocate(); -} \ No newline at end of file +}