mirror of
https://github.com/chylex/Brotli-Builder.git
synced 2025-05-11 02:34:13 +02:00
Disable F# indentation warnings in some test files
This commit is contained in:
parent
a6f194b4d8
commit
eee5f88be7
UnitTests/Collections
@ -6,6 +6,8 @@ open System.Collections.Generic
|
||||
open BrotliLib.Collections.Huffman
|
||||
open BrotliLib.Serialization
|
||||
|
||||
#nowarn "0058" // dumb indentation warning
|
||||
|
||||
|
||||
module FromBitCountsCanonical =
|
||||
[<Fact>]
|
||||
|
@ -5,6 +5,8 @@ open System.Collections.Generic
|
||||
open BrotliLib.Collections.Huffman
|
||||
open BrotliLib.Serialization
|
||||
|
||||
#nowarn "0058" // dumb indentation warning
|
||||
|
||||
|
||||
module Helper =
|
||||
let leaf = HuffmanNode.Leaf('a')
|
||||
|
Loading…
Reference in New Issue
Block a user