mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-25 02:57:31 +00:00
Normalise trailing whitespace and line endings everywhere
This commit is contained in:
@@ -8,7 +8,7 @@ import * as ng from 'angular2/core';
|
||||
})
|
||||
export class Counter {
|
||||
public currentCount = 0;
|
||||
|
||||
|
||||
public incrementCounter() {
|
||||
this.currentCount++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user