Split IntegrityCheck and NoIntegrityCheck
1 files changed, 1 insertions(+), 1 deletions(-) M lib/dhall/ast.rb
M lib/dhall/ast.rb => lib/dhall/ast.rb +1 -1
@@ 1218,7 1218,7 @@ module Dhall end def as_json - [@protocol, hexdigest] + Multihashes.encode(digest, Multihashes::TABLE[code]) end end