chore: run dotnet format
This commit is contained in:
@@ -26,4 +26,4 @@ public class CharacterLocationCitation : Citation
|
|||||||
public CharacterLocationCitation() : base(CitationType.CharacterLocation)
|
public CharacterLocationCitation() : base(CitationType.CharacterLocation)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -44,4 +44,4 @@ public abstract class Citation
|
|||||||
{
|
{
|
||||||
Type = type;
|
Type = type;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -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)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -55,4 +55,4 @@ public class TextContent : Content
|
|||||||
|
|
||||||
Text = text;
|
Text = text;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -28,6 +28,4 @@ public class TextSource : Source
|
|||||||
{
|
{
|
||||||
Data = data;
|
Data = data;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user