1
0
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:
chylex 2020-04-09 01:27:24 +02:00
parent a6f194b4d8
commit eee5f88be7
2 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,8 @@ open System.Collections.Generic
open BrotliLib.Collections.Huffman
open BrotliLib.Serialization
#nowarn "0058" // dumb indentation warning
module FromBitCountsCanonical =
[<Fact>]

View File

@ -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')