Skip to content

Commit

Permalink
(cake-buildGH-750) Removed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
gep13 committed Mar 30, 2016
1 parent fbc280d commit 85bb33d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/Cake.Common/Tools/DupFinder/DupFinderAliases.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ public static void DupFinder(this ICakeContext context, FilePath file)
/// DupFinder("./src/MySolution.sln", new DupFinderSettings {
/// ShowStats = true,
/// ShowText = true,
/// ExcludePattern = new String[]
/// {
/// rootDirectoryPath + "/**/*Designer.cs",
/// ExcludePattern = new String[]
/// {
/// rootDirectoryPath + "/**/*Designer.cs",
/// },
/// OutputFile = resharperReportsDirectory + File("dupfinder-output.xml"),
/// ThrowExceptionOnFindingDuplicates = true
/// });
/// </code>
/// </example>
/// </example>
[CakeMethodAlias]
[CakeAliasCategory("DupFinder")]
public static void DupFinder(this ICakeContext context, FilePath file, DupFinderSettings settings)
Expand Down Expand Up @@ -100,15 +100,15 @@ public static void DupFinder(this ICakeContext context, IEnumerable<FilePath> fi
/// DupFinder(projects, new DupFinderSettings {
/// ShowStats = true,
/// ShowText = true,
/// ExcludePattern = new String[]
/// {
/// rootDirectoryPath + "/**/*Designer.cs",
/// ExcludePattern = new String[]
/// {
/// rootDirectoryPath + "/**/*Designer.cs",
/// },
/// OutputFile = resharperReportsDirectory + File("dupfinder-output.xml"),
/// ThrowExceptionOnFindingDuplicates = true
/// });
/// </code>
/// </example>
/// </example>
[CakeMethodAlias]
[CakeAliasCategory("DupFinder")]
public static void DupFinder(this ICakeContext context, IEnumerable<FilePath> files, DupFinderSettings settings)
Expand Down Expand Up @@ -155,7 +155,7 @@ public static void DupFinder(this ICakeContext context, string pattern)
/// OutputFile = resharperReportsDirectory + File("dupfinder-output.xml"),
/// });
/// </code>
/// </example>
/// </example>
[CakeMethodAlias]
[CakeAliasCategory("DupFinder")]
public static void DupFinder(this ICakeContext context, string pattern, DupFinderSettings settings)
Expand Down

0 comments on commit 85bb33d

Please sign in to comment.