-
Notifications
You must be signed in to change notification settings - Fork 17
39 operations #43
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
39 operations #43
Conversation
@@ -78,7 +78,7 @@ export class Arc { | |||
* @param address [description] | |||
* @return [description] | |||
*/ | |||
public getBalance(address: Address): Observable < number > { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you remove spaces at some of these and added at others?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my linter is confused. There is not tslint rule that I can find that enforces this spacing (palantir/tslint#3092). I think the format should be spaceless, and corrected it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.