From 49069d574bcee9a9082925aff815b1fed5790046 Mon Sep 17 00:00:00 2001 From: Ian Date: Fri, 7 Jul 2017 23:54:02 -0500 Subject: [PATCH] remove old commented out line --- .rustfmt.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/.rustfmt.toml b/.rustfmt.toml index 2079570..e155d8e 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -1,4 +1,3 @@ fn_args_layout = "Visual" -#fn_return_indent = "WithWhereClause" where_style = "Legacy" where_layout = "HorizontalVertical"