whitespace

This commit is contained in:
Ben Balter 2018-08-05 20:00:31 -04:00
parent f8adef410a
commit cd7a1132f9
No known key found for this signature in database
GPG Key ID: DBB67C246AD356C4
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
module Licensee
module ProjectFiles
autoload :ProjectFile, 'licensee/project_files/project_file'
autoload :LicenseFile, 'licensee/project_files/license_file'
autoload :ProjectFile, 'licensee/project_files/project_file'
autoload :LicenseFile, 'licensee/project_files/license_file'
autoload :PackageManagerFile, 'licensee/project_files/package_manager_file'
autoload :ReadmeFile, 'licensee/project_files/readme_file'
autoload :ReadmeFile, 'licensee/project_files/readme_file'
end
end