Skip to content

Commit c7546be

Browse files
committed
fixing test after rebase
1 parent 6c095ea commit c7546be

File tree

1 file changed

+10
-20
lines changed

1 file changed

+10
-20
lines changed

tests/format/ContractDefinitions/__snapshots__/jsfmt.spec.js.snap

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,8 @@ contract StorageLayoutSpecifier1 layout at
7272
7373
contract StorageLayoutSpecifier2 layout at
7474
veryVeryLongFunction(
75-
12345678901234567890 *
76-
12345678901234567890 -
77-
12345678901234567890 /
78-
12345678901234567890 +
75+
12345678901234567890 * 12345678901234567890 -
76+
12345678901234567890 / 12345678901234567890 +
7977
12345678901234567890 -
8078
12345678901234567890
8179
)
@@ -97,10 +95,8 @@ contract StorageLayoutSpecifier6
9795
is Contract1, Contract2, Contract3, Contract4, Contract5
9896
layout at
9997
veryVeryLongFunction(
100-
12345678901234567890 *
101-
12345678901234567890 -
102-
12345678901234567890 /
103-
12345678901234567890 +
98+
12345678901234567890 * 12345678901234567890 -
99+
12345678901234567890 / 12345678901234567890 +
104100
12345678901234567890 -
105101
12345678901234567890
106102
)
@@ -142,10 +138,8 @@ contract StorageLayoutSpecifier9
142138
Contract7
143139
layout at
144140
veryVeryLongFunction(
145-
12345678901234567890 *
146-
12345678901234567890 -
147-
12345678901234567890 /
148-
12345678901234567890 +
141+
12345678901234567890 * 12345678901234567890 -
142+
12345678901234567890 / 12345678901234567890 +
149143
12345678901234567890 -
150144
12345678901234567890
151145
)
@@ -168,10 +162,8 @@ contract InheritanceSpecifier4
168162
is SomeOtherContract(1234, false)
169163
layout at
170164
veryVeryLongFunction(
171-
12345678901234567890 *
172-
12345678901234567890 -
173-
12345678901234567890 /
174-
12345678901234567890 +
165+
12345678901234567890 * 12345678901234567890 -
166+
12345678901234567890 / 12345678901234567890 +
175167
12345678901234567890 -
176168
12345678901234567890
177169
)
@@ -215,10 +207,8 @@ contract LongInheritanceSpecifier4
215207
)
216208
layout at
217209
veryVeryLongFunction(
218-
12345678901234567890 *
219-
12345678901234567890 -
220-
12345678901234567890 /
221-
12345678901234567890 +
210+
12345678901234567890 * 12345678901234567890 -
211+
12345678901234567890 / 12345678901234567890 +
222212
12345678901234567890 -
223213
12345678901234567890
224214
)

0 commit comments

Comments
 (0)