Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Commit

Permalink
whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cburgdorf committed Jul 24, 2012
1 parent e9f9d6e commit bb395d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shell.me/ShellMe.CommandLine/CommandLoop.cs
Expand Up @@ -106,7 +106,7 @@ public void Start(string[] args)
if (!nonInteractive)
{
var input = Console.ReadLine().Trim();
_history.Add(input);
_history.Add(input);
_history.ResetHistoryMarker();

if (!string.IsNullOrEmpty(input))
Expand Down

0 comments on commit bb395d7

Please sign in to comment.