removed now meaningless strict option from format and verify modules and associated types and specs

This commit is contained in:
alisdair sullivan 2011-07-04 21:04:10 -07:00
parent 9eec2459f4
commit 922e3e525e
3 changed files with 8 additions and 23 deletions

View file

@ -25,8 +25,7 @@
-record(format_opts, {
space = 0,
indent = 0,
output_encoding = utf8,
strict = false
output_encoding = utf8
}).