removed now meaningless strict option from format and verify modules and associated types and specs
This commit is contained in:
parent
9eec2459f4
commit
922e3e525e
3 changed files with 8 additions and 23 deletions
|
@ -25,8 +25,7 @@
|
|||
-record(format_opts, {
|
||||
space = 0,
|
||||
indent = 0,
|
||||
output_encoding = utf8,
|
||||
strict = false
|
||||
output_encoding = utf8
|
||||
}).
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue