Skip to content

Commit e1c30e1

Browse files
Typo fix
1 parent 9f2b38e commit e1c30e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AppleNotesEmbeddedObject.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def fetch_mergeable_data_by_uuid(uuid = @uuid)
175175
@crypto_iv,
176176
@crypto_tag,
177177
encrypted_values,
178-
"{self.class} #{uuid}")
178+
"#{self.class} #{uuid}")
179179
parsed_json = JSON.parse(decrypt_result[:plaintext])
180180
gzipped_data = Base64.decode64(parsed_json["mergeableData"])
181181
end

0 commit comments

Comments
 (0)