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

Not insert unnecessary blank line. #38

Merged
merged 1 commit into from
May 2, 2014
Merged

Not insert unnecessary blank line. #38

merged 1 commit into from
May 2, 2014

Conversation

ama-ch
Copy link
Collaborator

@ama-ch ama-ch commented Apr 23, 2014

Our test files are structured as follows.

/**
 * @fileoverview Unit test for my.app.SomeClass.
 */
goog.require('my.app.SomeClass');


describe('my.app.SomeClass', function() {
  // ...
});

In this case, fixclosure inserts a blank line between fileoverview JSDoc and goog.require().

teppeis added a commit that referenced this pull request May 2, 2014
Not insert unnecessary blank line.
@teppeis teppeis merged commit 0a1bda6 into teppeis:master May 2, 2014
@teppeis
Copy link
Owner

teppeis commented May 2, 2014

LGTM

@ama-ch
Copy link
Collaborator Author

ama-ch commented May 2, 2014

Thank you! :octocat:

@ama-ch ama-ch deleted the not-enough-requires branch May 2, 2014 05:57
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