Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Edwards committed Aug 26, 2024
1 parent 3df71a1 commit 79d5d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ BannerString := Concatenation(
"------\n"),

AvailabilityTest := function()
if not IsKernelExtensionAvailable("Semigroups")
if not IsKernelExtensionAvailable("Semigroups") then
LogPackageLoadingMessage(PACKAGE_WARNING,
"the kernel module is not compiled, ",
"the package cannot be loaded.");
Expand Down

0 comments on commit 79d5d48

Please sign in to comment.