1
0
mirror of https://github.com/bspeice/qadapt synced 2024-11-21 21:38:10 -05:00

Add a newline to fix rustfmt

This commit is contained in:
Bradlee Speice 2018-12-02 23:20:14 -05:00
parent 4daa291b1b
commit 35b5627ad1

View File

@ -18,4 +18,4 @@ fn main() {
// The warning will only trigger once though // The warning will only trigger once though
does_allocate(); does_allocate();
} }