Bug 13521: Add missing semicolon
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 6 Jan 2015 06:54:00 +0000 (06:54 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Thu, 18 Jun 2015 07:30:25 +0000 (09:30 +0200)
commit1eb03a7f81110429bf71561c24b7251e4e4cd9fb
tree1414a76d3fc78d44f2eb760cc326f75c8a86a8b2
parent12132f1f57bb6e2a88f9c504f195193f49578753
Bug 13521: Add missing semicolon

Add a missing semicolon to the end of a template variable assignment
line. This patch should not affect operation.

Note: With Bug 13499 we did a non-destructive perltidy, as such we only
affected indenting and whitespace to maintain blame history. However, a
number of minor code issues were also highlighted, in this series of
patches I hope to correct other minor style issues.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Mason James <mtj@kohaaloha.com>
(cherry picked from commit e27969c5028211298bc4006013c0ae184d80ff5d)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/Auth.pm