Skip to content

Commit 2e27d16

Browse files
alexgerardojacintoOS-pedrogustavobilroItsChaceD
authored
chore: fix indentation of Java file (#100)
Co-authored-by: OS-pedrogustavobilro <pedro.gustavo.bilro@outsystems.com> Co-authored-by: Chace Daniels <chace.daniels@outsystems.com>
1 parent e83c195 commit 2e27d16

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/definitions.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,17 +158,15 @@ export interface OpenInDefaultParameterModel {
158158
/**
159159
* Defines the options for opening a URL in the system browser.
160160
*/
161-
export interface OpenInSystemBrowserParameterModel
162-
extends OpenInDefaultParameterModel {
161+
export interface OpenInSystemBrowserParameterModel extends OpenInDefaultParameterModel {
163162
/** A structure containing some configurations to apply to the System Browser. */
164163
options: SystemBrowserOptions;
165164
}
166165

167166
/**
168167
* Defines the options for opening a URL in the web view.
169168
*/
170-
export interface OpenInWebViewParameterModel
171-
extends OpenInDefaultParameterModel {
169+
export interface OpenInWebViewParameterModel extends OpenInDefaultParameterModel {
172170
/** A structure containing some configurations to apply to the Web View. */
173171
options: WebViewOptions;
174172
/** A map of custom headers to be sent with the request. */

0 commit comments

Comments
 (0)