From c16f7ca43bb338f23895733ee499505ee6a6e72e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 8 Apr 2024 15:15:33 +0200 Subject: Fix indentation Change-Id: I985562995714c04c569e3a794cf748443ed02865 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165886 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- unotest/source/embindtest/embindtest.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'unotest/source') diff --git a/unotest/source/embindtest/embindtest.js b/unotest/source/embindtest/embindtest.js index 410b3886be6d..8c0ee0138828 100644 --- a/unotest/source/embindtest/embindtest.js +++ b/unotest/source/embindtest/embindtest.js @@ -539,11 +539,11 @@ Module.addOnPostRun(function() { console.assert(test.isDouble(uno.org.libreoffice.embindtest.Constants.Double)); try { test.throwRuntimeException(); - } catch (e) { - console.assert(e.name === 'com::sun::star::uno::RuntimeException'); - console.assert(e.message === undefined); //TODO - //TODO: console.assert(e.Message.startsWith('test')); - } + } catch (e) { + console.assert(e.name === 'com::sun::star::uno::RuntimeException'); + console.assert(e.message === undefined); //TODO + //TODO: console.assert(e.Message.startsWith('test')); + } }); /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ -- cgit