fix formatting

Adding a space before void to align changes to the original file formatting.
This commit is contained in:
Nick
2015-12-13 18:28:12 +01:00
parent 482c331129
commit e081e6899a
+1 -1
View File
@@ -21,7 +21,7 @@ declare module angulartics {
interface IAnalyticsServiceProvider extends angular.IServiceProvider {
virtualPageviews(value: boolean): void;
excludeRoutes(value: string[]):void;
excludeRoutes(value: string[]): void;
firstPageview(value: boolean): void;
withBase(value: boolean): void;
withAutoBase(value: boolean): void;