From 72c2962908a85cefaed552dae43c6965e656b593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=A4rehag?= Date: Wed, 9 May 2018 15:52:22 +0200 Subject: [PATCH] removed trailing whitespace --- qutebrowser/javascript/print.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qutebrowser/javascript/print.js b/qutebrowser/javascript/print.js index 922d1c59e..ceb34aa65 100644 --- a/qutebrowser/javascript/print.js +++ b/qutebrowser/javascript/print.js @@ -17,10 +17,10 @@ * along with qutebrowser. If not, see . */ -/* +/* * this is a hack based on the QupZilla solution, https://github.com/QupZilla/qupzilla/commit/d3f0d766fb052dc504de2426d42f235d96b5eb60 * - * We go to a qute://print which triggers the print, then we cancel the request. + * We go to a qute://print which triggers the print, then we cancel the request. */ "use strict";