Skip to content

Commit

Permalink
log: style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
doudou committed May 26, 2021
1 parent 9684f90 commit 82d7018
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/syskit/log/datastore.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def self.create(datastore_path)
(datastore_path + "core").mkpath
(datastore_path + "cache").mkpath
(datastore_path + "incoming").mkpath
store = Datastore.new(datastore_path)
Datastore.new(datastore_path)
end

class AmbiguousShortDigest < ArgumentError; end
Expand Down
2 changes: 1 addition & 1 deletion lib/syskit/log/datastore/dataset.rb
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def self.validate_encoded_short_digest(digest)
raise InvalidDigest,
"#{digest} does not look like a valid SHA2 digest encoded "\
"with #{DIGEST_ENCODING_METHOD}. "\
'Expected characters in 0-9a-zA-Z+'
"Expected characters in 0-9a-zA-Z+"
end
digest
end
Expand Down

0 comments on commit 82d7018

Please sign in to comment.