Skip to content

Commit

Permalink
Hotfix/arquivo retorno (kivanio#232)
Browse files Browse the repository at this point in the history
* added activesupport

* fixed file.blank is not a method

* fixing code style

* optimized imports

* removed unused
  • Loading branch information
frmichetti authored and jhenrique-esl committed May 30, 2023
1 parent a8745ad commit 0f5ed83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/brcobranca/retorno/cnab400/base.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

require 'active_support/core_ext/object/blank'
require 'parseline'

module Brcobranca
Expand Down

0 comments on commit 0f5ed83

Please sign in to comment.