Remove unnecessary newline

This commit is contained in:
Dean Herbert 2017-08-01 09:37:33 +09:00
parent f67822a59b
commit 6af0629cc0
1 changed files with 0 additions and 1 deletions

View File

@ -446,7 +446,6 @@ protected override Track GetTrack()
public void ImportFromStable()
{
string stableInstallPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), @"osu!", "Songs");
if (!Directory.Exists(stableInstallPath))
stableInstallPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), ".osu", "Songs");