Skip to content

Commit 764cf25

Browse files
committed
fixup! type
1 parent fcc34e6 commit 764cf25

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

specification/security/bulk_put_role/SecurityBulkPutRoleResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* under the License.
1818
*/
1919

20-
import {BulkError} from "@security/bulk_put_role/types";
20+
import { BulkError } from '@security/bulk_put_role/types'
2121

2222
export class Response {
2323
body: {

specification/security/bulk_put_role/types.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 {Dictionary} from "@spec_utils/Dictionary";
22-
import {ErrorCause} from "@_types/Errors";
20+
import { integer } from '@_types/Numeric'
21+
import { Dictionary } from '@spec_utils/Dictionary'
22+
import { ErrorCause } from '@_types/Errors'
2323

2424
export class BulkError {
2525
/**

0 commit comments

Comments
 (0)