Skip to content

Commit aab0406

Browse files
committed
(maint) Remove whitespace
1 parent 5314694 commit aab0406

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

src/chocolatey/GetChocolatey.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
// Copyright © 2017 - 2019 Chocolatey Software, Inc
1+
// Copyright © 2017 - 2019 Chocolatey Software, Inc
22
// Copyright © 2011 - 2017 RealDimensions Software, LLC
3-
//
3+
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.
6-
//
6+
//
77
// You may obtain a copy of the License at
8-
//
8+
//
99
// http://www.apache.org/licenses/LICENSE-2.0
10-
//
10+
//
1111
// Unless required by applicable law or agreed to in writing, software
1212
// distributed under the License is distributed on an "AS IS" BASIS,
1313
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -66,7 +66,7 @@ private static void add_assembly_resolver()
6666
{
6767
var requestedAssembly = new AssemblyName(args.Name);
6868

69-
// There are things that are ILMerged into Chocolatey. Anything with
69+
// There are things that are ILMerged into Chocolatey. Anything with
7070
// the right public key except licensed should use the choco/chocolatey assembly
7171
if ((requestedAssembly.get_public_key_token().is_equal_to(ApplicationParameters.OfficialChocolateyPublicKey)
7272
#if !FORCE_CHOCOLATEY_OFFICIAL_KEY

src/chocolatey/infrastructure/licensing/License.cs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
// Copyright © 2017 - 2019 Chocolatey Software, Inc
1+
// Copyright © 2017 - 2019 Chocolatey Software, Inc
22
// Copyright © 2011 - 2017 RealDimensions Software, LLC
3-
//
3+
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.
6-
//
6+
//
77
// You may obtain a copy of the License at
8-
//
8+
//
99
// http://www.apache.org/licenses/LICENSE-2.0
10-
//
10+
//
1111
// Unless required by applicable law or agreed to in writing, software
1212
// distributed under the License is distributed on an "AS IS" BASIS,
1313
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -51,15 +51,15 @@ public static ChocolateyLicense validate_license()
5151
{
5252
"chocolatey".Log().Error(
5353
@"Error when attempting to load chocolatey licensed assembly. Ensure
54-
that chocolatey.licensed.dll exists at
54+
that chocolatey.licensed.dll exists at
5555
'{0}'.
5656
The error message itself may be helpful:{1} {2}".format_with(
5757
ApplicationParameters.LicensedAssemblyLocation,
5858
Environment.NewLine,
5959
ex.Message
6060
));
61-
"chocolatey".Log().Warn(ChocolateyLoggers.Important,@" Install the Chocolatey Licensed Extension package with
62-
`choco install chocolatey.extension` to remove this license warning.
61+
"chocolatey".Log().Warn(ChocolateyLoggers.Important,@" Install the Chocolatey Licensed Extension package with
62+
`choco install chocolatey.extension` to remove this license warning.
6363
TRIALS: If you have a trial license, you cannot use the above command
6464
as is and be successful. You need to download nupkgs from the links in
6565
the trial email as your license will not be registered on the licensed

0 commit comments

Comments
 (0)