diff options
author | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2024-04-08 15:15:33 +0200 |
---|---|---|
committer | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2024-04-08 21:16:23 +0200 |
commit | c16f7ca43bb338f23895733ee499505ee6a6e72e (patch) | |
tree | cd23098a91b6b7f85a71005ee8c42e20eef17816 /unotest/source | |
parent | ccebd10bc4bea1e65b606a054db3f98ab07850cf (diff) |
Fix indentation
Change-Id: I985562995714c04c569e3a794cf748443ed02865
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165886
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
Diffstat (limited to 'unotest/source')
-rw-r--r-- | unotest/source/embindtest/embindtest.js | 10 |
1 files changed, 5 insertions, 5 deletions
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: */ |