Skip to content

Commit 8f2667d

Browse files
committed
Reformat with scalafmt 3.9.0
Executed command: scalafmt --non-interactive
1 parent 7aea4c7 commit 8f2667d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/core/src/test/scala/org/scalasteward/core/forge/azurerepos/AzureReposApiAlgTest.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class AzureReposApiAlgTest extends CatsEffectSuite with Http4sDsl[MockEff] {
4545
:? branchNameMatcher("main") =>
4646
Ok("""{
4747
| "commit": {
48-
| "commitId": "f55c9900528e548511fbba6874c873d44c5d714c"
48+
| "commitId": "f55c9900528e548511fbba6874c873d44c5d714c"
4949
| },
5050
| "name": "main",
5151
| "aheadCount": 0,
@@ -95,7 +95,7 @@ class AzureReposApiAlgTest extends CatsEffectSuite with Http4sDsl[MockEff] {
9595
| "isDraft":false,
9696
| "mergeId":"3ff8afa0-1147-4158-b215-74a0b5a2e162",
9797
| "reviewers":[
98-
|
98+
|
9999
| ],
100100
| "url":"https://dev.azure.com/azure-org/scala-steward-org/_apis/git/repositories/scala-steward/pullRequests/26",
101101
| "supportsIterations":true

0 commit comments

Comments
 (0)