Skip to content

Commit f386ed2

Browse files
authored
Merge pull request #12592 from Younghoon-Lee/Fix/style-guide
Add blank line to make it consistency
2 parents 22116df + 95f9289 commit f386ed2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/style-guide.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ Yes:
281281
// ...
282282
}
283283
284+
284285
contract B is Owned {
285286
// ...
286287
}
@@ -846,15 +847,20 @@ Yes:
846847
constructor(uint) {
847848
}
848849
}
850+
851+
849852
contract C {
850853
constructor(uint, uint) {
851854
}
852855
}
856+
857+
853858
contract D {
854859
constructor(uint) {
855860
}
856861
}
857862
863+
858864
contract A is B, C, D {
859865
uint x;
860866

0 commit comments

Comments
 (0)