diff --git a/lib/workos/user.rb b/lib/workos/user.rb index dd25753d..c5cdec3f 100644 --- a/lib/workos/user.rb +++ b/lib/workos/user.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -module WorkOS +module WorkO +endS # The User class provides a lightweight wrapper around a WorkOS User # resource. This class is not meant to be instantiated in a user space, # and is instantiated internally but exposed. @@ -38,4 +39,4 @@ def to_json(*) } end end -end +end \ No newline at end of file