Skip to content
This repository was archived by the owner on Apr 5, 2022. It is now read-only.

Commit 6e9cd3a

Browse files
committed
chore: remove trailing whitespaces
1 parent 0b17fff commit 6e9cd3a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ void setTitle(std::string);
139139
### Window::run
140140

141141
``` cpp
142-
void run() ;
142+
void run();
143143
```
144144

145145
> Runs the mainloop
@@ -152,7 +152,7 @@ void run() ;
152152
### Window::exit
153153

154154
``` cpp
155-
void exit() ;
155+
void exit();
156156
```
157157

158158
> Closes the webview
@@ -193,7 +193,7 @@ void enableContextMenu(bool);
193193
### Window::enableDevTools
194194

195195
``` cpp
196-
void enableDevTools(bool) ;
196+
void enableDevTools(bool);
197197
```
198198

199199
> Enables the developer tools
@@ -236,7 +236,7 @@ std::future<T> callFunction(Webview::JavaScriptFunction&& function);
236236
### Window::runCode
237237
238238
``` cpp
239-
void runCode(std::string const&) ;
239+
void runCode(std::string const&);
240240
```
241241

242242
> Runs the given javascript code
@@ -246,7 +246,7 @@ void runCode(std::string const&) ;
246246
### Window::injectCode
247247

248248
``` cpp
249-
void injectCode(std::string const&) ;
249+
void injectCode(std::string const&);
250250
```
251251
252252
> Makes the given javascript code run on document load

0 commit comments

Comments
 (0)