Skip to content

Commit 904b562

Browse files
committed
fixup! Formatting
1 parent f4a4074 commit 904b562

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

specification/security/bulk_put_role/SecurityBulkPutRoleRequest.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import { Dictionary } from '@spec_utils/Dictionary'
2121
import { RequestBase } from '@_types/Base'
2222
import { Refresh } from '@_types/common'
23-
import {RoleDescriptor} from "@security/_types/RoleDescriptor";
23+
import { RoleDescriptor } from '@security/_types/RoleDescriptor'
2424

2525
/**
2626
* The role management APIs are generally the preferred way to manage roles, rather than using file-based role management.
@@ -31,8 +31,7 @@ import {RoleDescriptor} from "@security/_types/RoleDescriptor";
3131
* @cluster_privileges manage_security
3232
*/
3333
export interface Request extends RequestBase {
34-
path_parts: {
35-
}
34+
path_parts: {}
3635
query_parameters: {
3736
refresh?: Refresh
3837
}

specification/security/bulk_put_role/SecurityBulkPutRoleResponse.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
* under the License.
1818
*/
1919

20-
import {integer} from "@_types/Numeric";
21-
import {ErrorCause} from "@_types/Errors";
22-
import {Dictionary} from "@spec_utils/Dictionary";
20+
import { integer } from '@_types/Numeric'
21+
import { ErrorCause } from '@_types/Errors'
22+
import { Dictionary } from '@spec_utils/Dictionary'
2323

2424
export class Response {
2525
body: {

0 commit comments

Comments
 (0)