Skip to content

Commit 0a136cd

Browse files
committed
just cleaning files up a little bit
1 parent 9545b9c commit 0a136cd

3 files changed

Lines changed: 4 additions & 8 deletions

File tree

src/IProgress.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// ==++==
2-
//
2+
//
33
// Copyright (c) Microsoft Corporation. All rights reserved.
4-
//
4+
//
55
// ==--==
66
/*============================================================
77
**
88
** Class: IProgress<T>
9-
**
9+
**
1010
** <OWNER>stoub</OWNER>
1111
**
1212
**

src/WakaTimeCli.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
using System;
2-
using System.Collections;
3-
using System.Collections.Concurrent;
4-
using System.Collections.Generic;
52
using System.IO;
63
using System.Net;
74
using System.Text.RegularExpressions;
8-
using Timer = System.Timers.Timer;
95

106
#if NET35 || NET40
117
using Ionic.Zip;

src/WakaTimeConfigFile.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public static class WakaTimeConfigFile
1515
#region Constructor
1616

1717
/// <summary>
18-
/// Initializes a new instance of the <see cref="WakaTime.WakaTimeConfigFile"/> class.
18+
/// Initializes a new instance of the <see cref="WakaTimeConfigFile"/> class.
1919
/// </summary>
2020
static WakaTimeConfigFile()
2121
{

0 commit comments

Comments
 (0)