Skip to content

Commit dc16351

Browse files
microsoft-github-policy-service[bot]Bicep Automation
andauthored
Reformat code (#17625)
Update code to match the house style 😎 Co-authored-by: Bicep Automation <[email protected]>
1 parent 15fb03f commit dc16351

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Bicep.Cli.UnitTests/Arguments/InputOutputArgumentsResolverTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public void PathToUri_should_accept_slash_on_all_platforms(string path)
148148
var mockPath = StrictMock.Of<IPath>();
149149
mockFileSystem.Setup(fs => fs.Path).Returns(mockPath.Object);
150150
mockPath.Setup(p => p.GetFullPath(It.IsAny<string>())).Returns((string p) => Path.GetFullPath(p));
151-
151+
152152
var resolver = new InputOutputArgumentsResolver(mockFileSystem.Object);
153153

154154
// Act

src/Bicep.Cli/Commands/SnapshotCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public async Task<int> RunAsync(SnapshotArguments args, CancellationToken cancel
6262
}
6363
}
6464

65-
var outputUri = inputUri.WithExtension(".snapshot.json");
65+
var outputUri = inputUri.WithExtension(".snapshot.json");
6666
switch (snapshotMode)
6767
{
6868
case SnapshotArguments.SnapshotMode.Overwrite:

src/Bicep.McpServer/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ This MCP server exposes a number of tools to improve accuracy and quality when a
1111
When you are asked to generate or modify Bicep code, it's worth calling `get_bicep_best_practices` and storing the result in context, to ensure you're giving high-quality results.
1212
""";
1313

14-
}
14+
}

0 commit comments

Comments
 (0)