Open GoodForOneFare opened 7 years ago
Make sure there isn't an existing rule out there before starting work on this.
Bad: <Foo bar="qux" ...props/>
<Foo bar="qux" ...props/>
Good: <Foo bar="qux" ...props />
<Foo bar="qux" ...props />
Make sure there isn't an existing rule out there before starting work on this.
Bad:
<Foo bar="qux" ...props/>
Good:
<Foo bar="qux" ...props />