Skip to content

Commit 52d4a7a

Browse files
Slava BuynovSlava Buynov
authored andcommitted
Cleanup...
1 parent 31d3aa1 commit 52d4a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QuickNavigate/Forms/Nodes.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public ClassNode([NotNull] ClassModel model, int imageIndex, int selectedImageIn
7272
if (InFile.Context.Features.hasModules)
7373
{
7474
var module = InFile.Module;
75-
if (!string.IsNullOrEmpty(module) && module != Name) In = !string.IsNullOrEmpty(In)? $"{In}.{module}" : module;
75+
if (!string.IsNullOrEmpty(module) && module != Name) In = !string.IsNullOrEmpty(In) ? $"{In}.{module}" : module;
7676
}
7777
ImageIndex = imageIndex;
7878
SelectedImageIndex = selectedImageIndex;

0 commit comments

Comments
 (0)