From 6f996def40cc5e26b490200a543ce86bd148150e Mon Sep 17 00:00:00 2001 From: “wangming” <“wangming@antissoft.com”> Date: Mon, 8 Dec 2025 23:22:20 +0800 Subject: [PATCH] fix: add missing newline at end of LqInventoryService.cs file --- netcore/src/Modularity/Extend/NCC.Extend/LqInventoryService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netcore/src/Modularity/Extend/NCC.Extend/LqInventoryService.cs b/netcore/src/Modularity/Extend/NCC.Extend/LqInventoryService.cs index f7e655f..ec56504 100644 --- a/netcore/src/Modularity/Extend/NCC.Extend/LqInventoryService.cs +++ b/netcore/src/Modularity/Extend/NCC.Extend/LqInventoryService.cs @@ -608,4 +608,4 @@ namespace NCC.Extend } #endregion } -} +} \ No newline at end of file -- libgit2 0.21.4