Fix RuboCop violations

This commit is contained in:
Wilson Silva
2023-01-06 10:48:59 +07:00
parent 9d0bbab478
commit 3c228703a9
7 changed files with 30 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Nostr
VERSION = "0.1.0"
VERSION = '0.1.0'
end