Skip to content

Commit 5630cde

Browse files
author
Mihail Slavchev
committed
replace spaces with tabs
1 parent b7cb8f0 commit 5630cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/android-project-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class AndroidProjectService implements IPlatformProjectService {
145145
}
146146

147147
public buildProject(projectRoot: string): IFuture<void> {
148-
return (() => {
148+
return (() => {
149149
var buildConfiguration = options.release ? "release" : "debug";
150150
var args = this.getAntArgs(buildConfiguration, projectRoot);
151151
var args2 = this.getAntArgs(buildConfiguration, projectRoot);

0 commit comments

Comments
 (0)