Skip to content

Commit

Permalink
dotnet format (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-smith committed Oct 23, 2024
1 parent 014bc05 commit 3ed6a7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions src/OctoshiftCLI.Tests/Octoshift/Services/GithubApiTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Net;
using System.Net.Http;
Expand Down Expand Up @@ -2006,7 +2005,7 @@ ... on User {
Column = 14
}
]
}
}
]
};

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Collections.ObjectModel;
using System.Threading.Tasks;
using FluentAssertions;
using Moq;
Expand Down Expand Up @@ -947,7 +946,7 @@ public async Task ReclaimMannequin_FailedToReclaim_LogsError_Throws_OctoshiftCli
Message = failureMessage,
Path = ["createAttributionInvitation"],
Locations = [new Location() { Line = 2, Column = 14 }]
}
}
]
};

Expand Down Expand Up @@ -988,7 +987,7 @@ public async Task ReclaimMannequin_TwoMannequins_FailedToReclaimOne_LogsError_Th
Message = failureMessage,
Path = ["createAttributionInvitation"],
Locations = [new Location() { Line = 2, Column = 14 }]
}
}
]
};

Expand Down

0 comments on commit 3ed6a7c

Please sign in to comment.