Change Legacy to Visual

This commit is contained in:
topecongiro 2017-11-13 16:23:21 +09:00
parent 18a513b0c2
commit 5e639cacdb
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
// rustfmt-indent_style: Legacy
// rustfmt-indent_style: Visual
// Where style
fn lorem<Ipsum, Dolor, Sit, Amet>() -> T where Ipsum: Eq, Dolor: Eq, Sit: Eq, Amet: Eq {

View file

@ -1,4 +1,4 @@
// rustfmt-indent_style: Legacy
// rustfmt-indent_style: Visual
// Where style
fn lorem<Ipsum, Dolor, Sit, Amet>() -> T