Skip to content

Commit

Permalink
Apply spotless, #3852
Browse files Browse the repository at this point in the history
  • Loading branch information
hansva committed Apr 26, 2024
1 parent 9bdc000 commit a4943aa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,8 @@ public void widgetSelected(SelectionEvent e) {
fdlSecretAccessKey.left = new FormAttachment(0, 0);
fdlSecretAccessKey.right = new FormAttachment(middle, -margin);
wlSecretAccessKey.setLayoutData(fdlSecretAccessKey);
wSecretAccessKey = new TextVar(variables, wAwsAuthComp, SWT.SINGLE | SWT.LEFT | SWT.BORDER | SWT.PASSWORD);
wSecretAccessKey =
new TextVar(variables, wAwsAuthComp, SWT.SINGLE | SWT.LEFT | SWT.BORDER | SWT.PASSWORD);
PropsUi.setLook(wSecretAccessKey);
FormData fdSecretAccessKey = new FormData();
fdSecretAccessKey.top = new FormAttachment(lastControl, margin);
Expand Down

0 comments on commit a4943aa

Please sign in to comment.