Skip to content

Commit b02c6d7

Browse files
author
Mihail Slavchev
committed
add ;
1 parent a179dd7 commit b02c6d7

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
@@ -217,7 +217,7 @@ class AndroidProjectService implements IPlatformProjectService {
217217

218218
private updateProjectReferences(projDir: string, libraryPath: string): void {
219219
var refs = this.getProjectReferences(projDir);
220-
var maxIdx = refs.length > 0 ? _.max(refs, r => r.idx).idx : 0
220+
var maxIdx = refs.length > 0 ? _.max(refs, r => r.idx).idx : 0;
221221

222222
var relLibDir = path.relative(projDir, libraryPath).split("\\").join("/");
223223

0 commit comments

Comments
 (0)