Skip to content

Commit 5b2824c

Browse files
author
Arin Ghazarian
committed
dotnet format
1 parent 72187fd commit 5b2824c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

src/OctoshiftCLI.Tests/Octoshift/Services/GithubApiTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using System;
22
using System.Collections.Generic;
3-
using System.Collections.ObjectModel;
43
using System.IO;
54
using System.Linq;
65
using System.Net;
@@ -2007,7 +2006,7 @@ ... on User {
20072006
Column = 14
20082007
}
20092008
]
2010-
}
2009+
}
20112010
]
20122011
};
20132012

src/OctoshiftCLI.Tests/Octoshift/Services/ReclaimServiceTests.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System;
2-
using System.Collections.ObjectModel;
32
using System.Threading.Tasks;
43
using FluentAssertions;
54
using Moq;
@@ -947,7 +946,7 @@ public async Task ReclaimMannequin_FailedToReclaim_LogsError_Throws_OctoshiftCli
947946
Message = failureMessage,
948947
Path = ["createAttributionInvitation"],
949948
Locations = [new Location() { Line = 2, Column = 14 }]
950-
}
949+
}
951950
]
952951
};
953952

@@ -988,7 +987,7 @@ public async Task ReclaimMannequin_TwoMannequins_FailedToReclaimOne_LogsError_Th
988987
Message = failureMessage,
989988
Path = ["createAttributionInvitation"],
990989
Locations = [new Location() { Line = 2, Column = 14 }]
991-
}
990+
}
992991
]
993992
};
994993

0 commit comments

Comments
 (0)