Skip to content

Commit

Permalink
Change fileName to match the className, fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Subash Pradhan committed Oct 24, 2024
1 parent 23618ba commit cebc7ad
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
require_relative './configurations'
require_relative './sessions'
require_relative './bookings'
require_relative './availability'
# frozen_string_literal: true

require_relative "./configurations"
require_relative "./sessions"
require_relative "./bookings"
require_relative "./availability"

module Nylas
class Scheduler
Expand Down

0 comments on commit cebc7ad

Please sign in to comment.