From b72d09fbfab349e2d68aaf0861dafa2e98f9db37 Mon Sep 17 00:00:00 2001 From: tlallement Date: Tue, 24 Oct 2023 17:06:42 +0200 Subject: [PATCH] Fix CS --- Resources/public/js/translation.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/public/js/translation.js b/Resources/public/js/translation.js index 631f64f8..aa83b3c5 100644 --- a/Resources/public/js/translation.js +++ b/Resources/public/js/translation.js @@ -243,7 +243,7 @@ app.controller('TranslationController', [ column.visible = $scope.areAllColumnsSelected; }); }; - }]); +}]); /** * Translations source controller. @@ -288,7 +288,7 @@ app.controller('DataSourceController', [ $scope.selectedToken = ''; } }; - }]); +}]); /** * Directive to switch table row in edit mode. @@ -362,4 +362,4 @@ app.directive('editableRow', [ }; } }; - }]); +}]);