[parsing] Apply formatting rules
This commit is contained in:
parent
df3a7bdfe5
commit
d7d2f6efd7
2 changed files with 3 additions and 4 deletions
|
@ -12,12 +12,12 @@
|
|||
|
||||
<ItemGroup>
|
||||
<Compile Include="SearchQuery.fs"/>
|
||||
<Compile Include="Mfm.fs" />
|
||||
<Compile Include="Mfm.fs"/>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="FParsec" Version="1.1.1"/>
|
||||
<PackageReference Update="FSharp.Core" Version="8.0.300" />
|
||||
<PackageReference Update="FSharp.Core" Version="8.0.300"/>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
|
@ -2,7 +2,6 @@ namespace Iceshrimp.Parsing
|
|||
|
||||
open System
|
||||
open System.Collections.Generic
|
||||
open System.Runtime.Serialization
|
||||
open FParsec
|
||||
|
||||
module MfmNodeTypes =
|
||||
|
|
Loading…
Add table
Reference in a new issue