Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change coding style #4

Merged
merged 4 commits into from
Aug 25, 2015
Merged

Change coding style #4

merged 4 commits into from
Aug 25, 2015

Conversation

hirocaster
Copy link
Owner

  • Double quotes

ActiveRecord::Tasks::DatabaseTasks.env = 'test'
ActiveRecord::Tasks::DatabaseTasks.db_dir = File.expand_path "..", __FILE__
ActiveRecord::Tasks::DatabaseTasks.root = File.expand_path "../..", __FILE__
ActiveRecord::Tasks::DatabaseTasks.env = "test"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unnecessary spacing detected.

ActiveRecord::Tasks::DatabaseTasks.env = 'test'
ActiveRecord::Tasks::DatabaseTasks.db_dir = File.expand_path "..", __FILE__
ActiveRecord::Tasks::DatabaseTasks.root = File.expand_path "../..", __FILE__
ActiveRecord::Tasks::DatabaseTasks.env = "test"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/ExtraSpacing: Unnecessary spacing detected.

hirocaster added a commit that referenced this pull request Aug 25, 2015
@hirocaster hirocaster merged commit 8916c12 into master Aug 25, 2015
@hirocaster hirocaster deleted the double_quotes branch March 10, 2016 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants