From 1bd7e8a5f5fe01eaac7c4791dad13be671b3273e Mon Sep 17 00:00:00 2001 From: Alex Carver Date: Fri, 7 Nov 2025 15:47:48 +0000 Subject: [PATCH] Bug 18584: Remove trailing spaces in Barcodes.pm In legacy code, some trailing whitespaces have been left for training purposes. This patch removes the trailing whitespace at line 266 in C4/Barcodes.pm Test plan: 1. View C4/Barcodes.pm and note trailing whitespace at line 266. 2. Apply patch. 3. View C4/Barcodes.pm and note trailing whitespace has been removed. Signed-off-by: Alex Carver Signed-off-by: Jonathan Druart --- C4/Barcodes.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Barcodes.pm b/C4/Barcodes.pm index fa739ec6baf..0d856c31591 100644 --- a/C4/Barcodes.pm +++ b/C4/Barcodes.pm @@ -263,7 +263,7 @@ Or else the CLASS subs will be used. =head2 $types hashref -The hash referenced can be thought of as the constructor farm for all the C4::Barcodes types. +The hash referenced can be thought of as the constructor farm for all the C4::Barcodes types. Each value should be a reference to a sub that calls the module constructor. =head1 Notes -- 2.34.1