Skip to content

Commit 33898ec

Browse files
rosen-vladimirovDimitar Tachev
and
Dimitar Tachev
authored
chore: fix interval
Co-Authored-By: Dimitar Tachev <[email protected]>
1 parent e5f1b3a commit 33898ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/ios-project-service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export class IOSProjectService extends projectServiceBaseLib.PlatformProjectServ
141141

142142
if (checkEnvironmentRequirementsOutput && checkEnvironmentRequirementsOutput.canExecute) {
143143
const xcodeWarning = await this.$sysInfo.getXcodeWarning();
144-
if (xcodeWarning ) {
144+
if (xcodeWarning) {
145145
this.$logger.warn(xcodeWarning);
146146
}
147147
}

0 commit comments

Comments
 (0)