diff options
| author | Geremia Taglialatela <[email protected]> | 2023-05-24 16:21:42 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-05-24 16:21:42 +0200 |
| commit | 393ee32ef5bc4cdd72037cac85001207e51c7f4d (patch) | |
| tree | 38d8922697aeb0f32fce69fcf1b9f7ef21f44b97 /lib/axlsx/rels | |
| parent | 14b7da239879d5299775c48666b43f3016add8ec (diff) | |
| download | caxlsx-393ee32ef5bc4cdd72037cac85001207e51c7f4d.tar.gz caxlsx-393ee32ef5bc4cdd72037cac85001207e51c7f4d.zip | |
Fix Style/RedundantFileExtensionInRequire offenses
Diffstat (limited to 'lib/axlsx/rels')
| -rw-r--r-- | lib/axlsx/rels/relationships.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/rels/relationships.rb b/lib/axlsx/rels/relationships.rb index 3aa9c1bf..910f2473 100644 --- a/lib/axlsx/rels/relationships.rb +++ b/lib/axlsx/rels/relationships.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module Axlsx - require 'axlsx/rels/relationship.rb' + require 'axlsx/rels/relationship' # Relationships are a collection of Relations that define how package parts are related. # @note The package automatically manages releationships. |
