Skip to content

Commit 923751b

Browse files
committed
Fix prettier and elm-review
1 parent 1952f17 commit 923751b

File tree

3 files changed

+34
-62
lines changed

3 files changed

+34
-62
lines changed

api-stubs/branch-diff-lib-deps.json

Lines changed: 14 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -3964,9 +3964,7 @@
39643964
}
39653965
]
39663966
],
3967-
"termNames": [
3968-
"encodeHtmlEntities"
3969-
]
3967+
"termNames": ["encodeHtmlEntities"]
39703968
},
39713969
"right": {
39723970
"bestTermName": "encodeHtmlEntities",
@@ -5985,9 +5983,7 @@
59855983
}
59865984
]
59875985
],
5988-
"termNames": [
5989-
"encodeHtmlEntities"
5990-
]
5986+
"termNames": ["encodeHtmlEntities"]
59915987
}
59925988
},
59935989
"fullName": "encodeHtmlEntities",
@@ -9273,9 +9269,7 @@
92739269
}
92749270
]
92759271
],
9276-
"termNames": [
9277-
"toText"
9278-
]
9272+
"termNames": ["toText"]
92799273
},
92809274
"right": {
92819275
"bestTermName": "toText",
@@ -11068,9 +11062,7 @@
1106811062
}
1106911063
]
1107011064
],
11071-
"termNames": [
11072-
"toText"
11073-
]
11065+
"termNames": ["toText"]
1107411066
}
1107511067
},
1107611068
"fullName": "toText",
@@ -12033,9 +12025,7 @@
1203312025
}
1203412026
]
1203512027
],
12036-
"termNames": [
12037-
"Attribute.toText"
12038-
]
12028+
"termNames": ["Attribute.toText"]
1203912029
},
1204012030
"right": {
1204112031
"bestTermName": "Attribute.toText",
@@ -12598,9 +12588,7 @@
1259812588
}
1259912589
]
1260012590
],
12601-
"termNames": [
12602-
"Attribute.toText"
12603-
]
12591+
"termNames": ["Attribute.toText"]
1260412592
}
1260512593
},
1260612594
"fullName": "Attribute.toText",
@@ -13520,9 +13508,7 @@
1352013508
}
1352113509
]
1352213510
],
13523-
"termNames": [
13524-
"Attribute.toText.doc"
13525-
]
13511+
"termNames": ["Attribute.toText.doc"]
1352613512
},
1352713513
"right": {
1352813514
"bestTermName": "Attribute.toText.doc",
@@ -14058,9 +14044,7 @@
1405814044
}
1405914045
]
1406014046
],
14061-
"termNames": [
14062-
"Attribute.toText.doc"
14063-
]
14047+
"termNames": ["Attribute.toText.doc"]
1406414048
}
1406514049
},
1406614050
"fullName": "Attribute.toText.doc",
@@ -17523,9 +17507,7 @@
1752317507
"tag": "UserObject"
1752417508
},
1752517509
"termDocs": [],
17526-
"termNames": [
17527-
"encodeHtmlEntities.tests.ex1"
17528-
]
17510+
"termNames": ["encodeHtmlEntities.tests.ex1"]
1752917511
},
1753017512
"right": {
1753117513
"bestTermName": "encodeHtmlEntities.tests.ex1",
@@ -17723,9 +17705,7 @@
1772317705
"tag": "UserObject"
1772417706
},
1772517707
"termDocs": [],
17726-
"termNames": [
17727-
"encodeHtmlEntities.tests.ex1"
17728-
]
17708+
"termNames": ["encodeHtmlEntities.tests.ex1"]
1772917709
}
1773017710
},
1773117711
"fullName": "encodeHtmlEntities.tests.ex1",
@@ -19038,9 +19018,7 @@
1903819018
}
1903919019
]
1904019020
],
19041-
"termNames": [
19042-
"toText.doc"
19043-
]
19021+
"termNames": ["toText.doc"]
1904419022
},
1904519023
"right": {
1904619024
"bestTermName": "toText.doc",
@@ -19847,9 +19825,7 @@
1984719825
}
1984819826
]
1984919827
],
19850-
"termNames": [
19851-
"toText.doc"
19852-
]
19828+
"termNames": ["toText.doc"]
1985319829
}
1985419830
},
1985519831
"fullName": "toText.doc",
@@ -20370,9 +20346,7 @@
2037020346
}
2037120347
]
2037220348
],
20373-
"termNames": [
20374-
"up.Text.trimLines"
20375-
]
20349+
"termNames": ["up.Text.trimLines"]
2037620350
},
2037720351
"right": {
2037820352
"bestTermName": "trimLines",
@@ -20677,9 +20651,7 @@
2067720651
}
2067820652
]
2067920653
],
20680-
"termNames": [
20681-
"up.Text.trimLines"
20682-
]
20654+
"termNames": ["up.Text.trimLines"]
2068320655
}
2068420656
},
2068520657
"fullName": "up.Text.trimLines",

src/UnisonShare/Page/ProjectContributionChangesPage.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Code.Hash as Hash
77
import Code.Perspective as Perspective
88
import Code.Syntax as Syntax
99
import Code.Syntax.SyntaxConfig as SyntaxConfig
10-
import Html exposing (Html, br, code, div, h2, h3, p, pre, span, strong, text)
10+
import Html exposing (Html, br, code, div, h2, p, pre, span, strong, text)
1111
import Html.Attributes exposing (class, id)
1212
import Http
1313
import Json.Decode as Decode

tests/e2e/TestHelpers/Data.ts

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -207,28 +207,28 @@ type DiffErrorCulprit = "new" | "old";
207207
type DiffErrorDetails =
208208
| { tag: "impossibleError" }
209209
| {
210-
tag: "constructorAlias";
211-
oldOrNewBranch: DiffErrorCulprit;
212-
typeName: string;
213-
constructorName1: string;
214-
constructorName2: string;
215-
}
210+
tag: "constructorAlias";
211+
oldOrNewBranch: DiffErrorCulprit;
212+
typeName: string;
213+
constructorName1: string;
214+
constructorName2: string;
215+
}
216216
| {
217-
tag: "missingConstructorName";
218-
oldOrNewBranch: DiffErrorCulprit;
219-
typeName: string;
220-
}
217+
tag: "missingConstructorName";
218+
oldOrNewBranch: DiffErrorCulprit;
219+
typeName: string;
220+
}
221221
| {
222-
tag: "nestedDeclAlias";
223-
oldOrNewBranch: DiffErrorCulprit;
224-
constructorName1: string;
225-
constructorName2: string;
226-
}
222+
tag: "nestedDeclAlias";
223+
oldOrNewBranch: DiffErrorCulprit;
224+
constructorName1: string;
225+
constructorName2: string;
226+
}
227227
| {
228-
tag: "strayConstructor";
229-
oldOrNewBranch: DiffErrorCulprit;
230-
constructorName: string;
231-
};
228+
tag: "strayConstructor";
229+
oldOrNewBranch: DiffErrorCulprit;
230+
constructorName: string;
231+
};
232232

233233
type ContributionDiffConfig =
234234
| { tag: "ok" }

0 commit comments

Comments
 (0)