diff options
Diffstat (limited to 'lib/api/project_snapshots.rb')
-rw-r--r-- | lib/api/project_snapshots.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/api/project_snapshots.rb b/lib/api/project_snapshots.rb index 71005acc587..175fbb2ce92 100644 --- a/lib/api/project_snapshots.rb +++ b/lib/api/project_snapshots.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + module API class ProjectSnapshots < Grape::API helpers ::API::Helpers::ProjectSnapshotsHelpers |