chore: run dotnet format

This commit is contained in:
Stevan Freeborn
2025-07-14 23:30:02 -05:00
parent ea4c8230bc
commit ad3b990138
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -48,4 +48,4 @@ public class AnthropicFile
/// </summary>
[JsonPropertyName("downloadable")]
public bool Downloadable { get; init; }
}
}
@@ -63,4 +63,4 @@ public class CreateFileRequest
FileName = fileName;
FileType = fileType;
}
}
}