chore: run dotnet format

This commit is contained in:
Stevan Freeborn
2025-06-15 11:50:09 -05:00
parent 0c62a7cfcc
commit d2173555bc
7 changed files with 7 additions and 9 deletions
@@ -26,4 +26,4 @@ public class CharacterLocationCitation : Citation
public CharacterLocationCitation() : base(CitationType.CharacterLocation) public CharacterLocationCitation() : base(CitationType.CharacterLocation)
{ {
} }
} }
+1 -1
View File
@@ -44,4 +44,4 @@ public abstract class Citation
{ {
Type = type; Type = type;
} }
} }
+1 -1
View File
@@ -30,4 +30,4 @@ public class CustomSource : Source
Content = content; Content = content;
} }
} }
@@ -95,4 +95,4 @@ public class DocumentContent : Content
Source = source; Source = source;
} }
} }
@@ -26,4 +26,4 @@ public class PageLocationCitation : Citation
public PageLocationCitation() : base(CitationType.PageLocation) public PageLocationCitation() : base(CitationType.PageLocation)
{ {
} }
} }
+1 -1
View File
@@ -55,4 +55,4 @@ public class TextContent : Content
Text = text; Text = text;
} }
} }
+1 -3
View File
@@ -28,6 +28,4 @@ public class TextSource : Source
{ {
Data = data; Data = data;
} }
} }