Skip to content

Commit e1bd045

Browse files
committed
format fix
1 parent 991b484 commit e1bd045

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/Azure.Mcp.Tools.Sql/src/Models/SqlDatabaseExportResult.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ public record SqlDatabaseExportResult(
1515
[property: JsonPropertyName("databaseName")] string? DatabaseName,
1616
[property: JsonPropertyName("storageUri")] string? StorageUri,
1717
[property: JsonPropertyName("message")] string? Message
18-
);
18+
);

tools/Azure.Mcp.Tools.Sql/src/Options/Database/DatabaseExportOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ public class DatabaseExportOptions : BaseDatabaseOptions
2424

2525
[JsonPropertyName(SqlOptionDefinitions.AuthType)]
2626
public string? AuthType { get; set; }
27-
}
27+
}

0 commit comments

Comments
 (0)