Skip to content

Commit

Permalink
refactor: made some procedures local, as they no longer needed to be …
Browse files Browse the repository at this point in the history
…public for tests

FossilOrigin-Name: cca39c44a7b864688c27f7e02575b95a81dc72b9b67e7139427c8cfdb69056c2
  • Loading branch information
thindil committed Jan 28, 2024
1 parent 7287cae commit 126eccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands.nim
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ using
aliases: ref AliasesList # The list of aliases available in the selected directory
newDirectory: DirectoryPath # The directory to which the current directory will be changed

proc changeDirectory*(newDirectory; aliases; db): ResultCode {.sideEffect,
proc changeDirectory(newDirectory; aliases; db): ResultCode {.sideEffect,
raises: [], tags: [ReadEnvEffect, ReadIOEffect, ReadDbEffect, WriteIOEffect,
ReadEnvEffect, TimeEffect, RootEffect], contractual.} =
## Change the current directory for the shell
Expand Down

0 comments on commit 126eccb

Please sign in to comment.