Skip to content

Commit 0617f58

Browse files
committed
fixup! Formatting
1 parent fffac37 commit 0617f58

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

specification/security/bulk_delete_role/SecurityBulkDeleteRoleRequest.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_delete_role/SecurityBulkDeleteRoleResponse.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
* specific language governing permissions and limitations
1717
* under the License.
1818
*/
19-
import {Dictionary} from "@spec_utils/Dictionary";
20-
import {ErrorCause} from "@_types/Errors";
21-
import {integer} from "@_types/Numeric";
19+
import { Dictionary } from '@spec_utils/Dictionary'
20+
import { ErrorCause } from '@_types/Errors'
21+
import { integer } from '@_types/Numeric'
2222

2323
export class Response {
2424
body: {

0 commit comments

Comments
 (0)