Skip to content

Commit c02c634

Browse files
committed
Minor: box
Change-Id: I9da2dffda901b87c024d736d737cc3e8d2ddaf18
1 parent e707496 commit c02c634

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lkql/extensions/src/lkql-eval_contexts.adb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,10 @@ package body LKQL.Eval_Contexts is
455455
From_Path : constant String :=
456456
D.Containing_Directory (From.Get_Filename);
457457

458+
-----------------------
459+
-- Get_Unit_From_Dir --
460+
-----------------------
461+
458462
function Get_Unit_From_Dir (Dir : String) return L.Analysis_Unit is
459463
Tentative_File_Name : constant String :=
460464
D.Compose (Dir, Package_Name, "lkql");

0 commit comments

Comments
 (0)