chore: strip trailing whitespace (#35969)
This commit is contained in:
parent
dbdbb6fb3b
commit
fd761ec8f7
44 changed files with 91 additions and 94 deletions
|
@ -74,7 +74,7 @@ describe('ipcRenderer module', () => {
|
|||
it('can send objects that both reference the same object', async () => {
|
||||
w.webContents.executeJavaScript(`{
|
||||
const { ipcRenderer } = require('electron')
|
||||
|
||||
|
||||
const child = { hello: 'world' }
|
||||
const foo = { name: 'foo', child: child }
|
||||
const bar = { name: 'bar', child: child }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue