Skip to content

Commit

Permalink
RuboCop the examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Sep 7, 2024
1 parent 85ebf62 commit 527a358
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/streaming/bidirectional.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env ruby
# frozen_string_literal: true

require 'async'
require 'async/http/client'
Expand Down
1 change: 1 addition & 0 deletions examples/streaming/gems.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# frozen_string_literal: true
source "https://rubygems.org"

gem "async"
Expand Down
1 change: 1 addition & 0 deletions examples/streaming/unidirectional.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env ruby
# frozen_string_literal: true

require 'async'
require 'async/http/client'
Expand Down

0 comments on commit 527a358

Please sign in to comment.