Skip to content

Commit

Permalink
[Rubocop] Autocorrect memory.rb.
Browse files Browse the repository at this point in the history
  • Loading branch information
Manfred committed Dec 11, 2023
1 parent eaa041e commit e456d00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/profile/memory.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
$:.unshift(File.expand_path("../../ext", __dir__))
# frozen_string_literal: true

$LOAD_PATH.unshift(File.expand_path('../../ext', __dir__))
require 'tedrahcu'
Tedrahcu.detect(File.read('tedrahcu.gemspec'))

0 comments on commit e456d00

Please sign in to comment.