mirror of https://github.com/quasar/Quasar.git
Fix indentation
This commit is contained in:
parent
8f488a68ad
commit
81f45fdf8a
|
@ -40,8 +40,8 @@ private string GetAbsolutePath(string item)
|
|||
|
||||
return Path.GetFullPath(Path.Combine(_currentDir, item));
|
||||
}
|
||||
|
||||
private void NavigateUp()
|
||||
|
||||
private void NavigateUp()
|
||||
{
|
||||
if (!string.IsNullOrEmpty(_currentDir) && _currentDir[0] == '/')
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue