Skip to content

Commit 5601370

Browse files
VladD2VladD2
authored andcommitted
Fix formatting.
1 parent 9b397b0 commit 5601370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DotNet.BackEnd.CCI/CciHost.n

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ namespace Nitra.BackEnd.Cci
4242

4343
public override OpenBinaryDocument(parentSourceDocument : IBinaryDocument, childDocumentName : string) : IBinaryDocumentMemoryBlock
4444
{
45-
def directory = Path.GetDirectoryName(parentSourceDocument.Location)??"";
45+
def directory = Path.GetDirectoryName(parentSourceDocument.Location) ?? "";
4646
def fullPath = Path.Combine(directory, childDocumentName);
4747
def newBinaryDocument = BinaryDocument.GetBinaryDocumentForFile(fullPath, this) : IBinaryDocument;
4848
def binDocMemoryBlock = UnmanagedBinaryMemoryBlock.CreateUnmanagedBinaryMemoryBlock(newBinaryDocument.Location, newBinaryDocument);

0 commit comments

Comments
 (0)