Skip to content

Commit

Permalink
just cleaning files up a little bit
Browse files Browse the repository at this point in the history
  • Loading branch information
salaros committed May 5, 2019
1 parent 9545b9c commit 0a136cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
6 changes: 3 additions & 3 deletions src/IProgress.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// ==++==
//
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// ==--==
/*============================================================
**
** Class: IProgress<T>
**
**
** <OWNER>stoub</OWNER>
**
**
Expand Down
4 changes: 0 additions & 4 deletions src/WakaTimeCli.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Text.RegularExpressions;
using Timer = System.Timers.Timer;

#if NET35 || NET40
using Ionic.Zip;
Expand Down
2 changes: 1 addition & 1 deletion src/WakaTimeConfigFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public static class WakaTimeConfigFile
#region Constructor

/// <summary>
/// Initializes a new instance of the <see cref="WakaTime.WakaTimeConfigFile"/> class.
/// Initializes a new instance of the <see cref="WakaTimeConfigFile"/> class.
/// </summary>
static WakaTimeConfigFile()
{
Expand Down

0 comments on commit 0a136cd

Please sign in to comment.