Skip to content

Commit

Permalink
Remove unnecessary initialization of class instance variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangarha committed Nov 27, 2023
1 parent 77ddae2 commit a86f323
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/cpl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ class Cli < Thor # rubocop:disable Metrics/ClassLength
package_name "cpl"
default_task :no_command

@showed_info_header = false

def self.start(*args)
check_cpln_version
check_cpl_version
Expand Down

0 comments on commit a86f323

Please sign in to comment.