suppress compiler warning about unused assert
This commit is contained in:
parent
f2dc42b7c9
commit
05739c7e8d
1 changed files with 1 additions and 1 deletions
|
@ -954,7 +954,7 @@ decode(JSON, Config) ->
|
||||||
catch
|
catch
|
||||||
error:badarg -> {error, badarg}
|
error:badarg -> {error, badarg}
|
||||||
end,
|
end,
|
||||||
Chunk == Incremental,
|
?assert(Chunk == Incremental),
|
||||||
Chunk.
|
Chunk.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue