From 8bdd22d6a05d58bf4c9dc85e81b5e154e3d26f7f Mon Sep 17 00:00:00 2001 From: pedroguirao Date: Fri, 14 Jan 2022 10:27:33 +0100 Subject: [PATCH] web_search_with_and: black, isort, prettier --- web_search_with_and/static/src/js/search.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web_search_with_and/static/src/js/search.js b/web_search_with_and/static/src/js/search.js index fc7380f7c..d543694ca 100644 --- a/web_search_with_and/static/src/js/search.js +++ b/web_search_with_and/static/src/js/search.js @@ -1,4 +1,4 @@ -odoo.define("web_search_with_and", function(require) { +odoo.define("web_search_with_and", function (require) { "use strict"; var searchBarAutocompleteRegistry = require("web.search_bar_autocomplete_sources_registry"); @@ -6,7 +6,7 @@ odoo.define("web_search_with_and", function(require) { SearchBar.include({ // Override the base method to detect a "shift" event - _onAutoCompleteSelected: function(e, ui) { + _onAutoCompleteSelected: function (e, ui) { var values = ui.item.facet.values; if ( e.shiftKey &&