Change Rfc to Block
This commit is contained in:
parent
f613c8fa02
commit
18a513b0c2
@ -1,4 +1,4 @@
|
||||
// rustfmt-indent_style: Rfc
|
||||
// rustfmt-indent_style: Block
|
||||
// Where style
|
||||
|
||||
fn lorem<Ipsum, Dolor, Sit, Amet>() -> T where Ipsum: Eq, Dolor: Eq, Sit: Eq, Amet: Eq {
|
||||
|
@ -1,7 +1,7 @@
|
||||
// rustfmt-indent_style: Block
|
||||
// rustfmt-indent_style: Block
|
||||
// rustfmt-indent_style: Block
|
||||
// rustfmt-indent_style: Rfc
|
||||
// rustfmt-indent_style: Block
|
||||
|
||||
// #1357
|
||||
impl<'a, Select, From, Distinct, Where, Order, Limit, Offset, Groupby, DB> InternalBoxedDsl<'a, DB>
|
||||
|
@ -1,4 +1,4 @@
|
||||
// rustfmt-indent_style: Rfc
|
||||
// rustfmt-indent_style: Block
|
||||
|
||||
// #1618
|
||||
fn main() {
|
||||
|
@ -1,4 +1,4 @@
|
||||
// rustfmt-indent_style: Rfc
|
||||
// rustfmt-indent_style: Block
|
||||
// Where style
|
||||
|
||||
fn lorem<Ipsum, Dolor, Sit, Amet>() -> T
|
||||
|
Loading…
x
Reference in New Issue
Block a user