25 Mar
2024
25 Mar
'24
3:13 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36400 --- Comment #12 from Brendan Lawlor <blawlor@clamsnet.org> --- Before patch: npx prettier -w ./koha-tmpl/intranet-tmpl/prog/js/vue/components/KohaTable.vue git diff --compact-summary ./koha-tmpl/ intranet-tmpl/prog/js/vue/components/KohaTable.vue .../prog/js/vue/components/KohaTable.vue | 110 +++++++++---------- 1 file changed, 55 insertions(+), 55 deletions(-) After patch: npx prettier -c .prettierrc.js -w ./koha-tmpl/intranet-tmpl/prog/js/vue/components/KohaTable.vue Checking formatting... All matched files use Prettier code style! -- You are receiving this mail because: You are watching all bug changes.