Skip to content

Commit 8193a4b

Browse files
authored
Fix extra whitespaces
1 parent 082bf4c commit 8193a4b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Tasks/emailReportTask/config/ConfigurationProvider.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,8 @@ export class ConfigurationProvider implements IConfigurationProvider {
8989
throw new InputError("Email subject not set");
9090
}
9191

92-
// From Address
93-
const fromAddress = tl.getInput(TaskConstants.FROMADDRESS_INPUTKEY, true);
94-
92+
// From Address
93+
const fromAddress = tl.getInput(TaskConstants.FROMADDRESS_INPUTKEY, true);
9594

9695
// Optional inputs
9796
const toAddresses = tl.getInput(TaskConstants.TOADDRESS_INPUTKEY, false);
@@ -170,4 +169,4 @@ export class ConfigurationProvider implements IConfigurationProvider {
170169
default: return GroupTestResultsBy.Run;
171170
}
172171
}
173-
}
172+
}

0 commit comments

Comments
 (0)