~singpolyma/dhall-ruby

2189825f0dda442d6319248a1ed2119e53193965 — Stephen Paul Weber 4 years ago d15c1db
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