Skip to content

Commit

Permalink
Merge pull request #5092 from tmanhkha/master
Browse files Browse the repository at this point in the history
Add frozen_string_literal to base_resolver template
  • Loading branch information
rmosolgo authored Sep 9, 2024
2 parents a733ea8 + 79b58a6 commit 312e0a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/generators/graphql/templates/base_resolver.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

<% module_namespacing_when_supported do -%>
module Resolvers
class BaseResolver < GraphQL::Schema::Resolver
Expand Down

0 comments on commit 312e0a6

Please sign in to comment.