Skip to content

Commit 84e621b

Browse files
committed
chore: fix export
1 parent ed57fa1 commit 84e621b

File tree

1 file changed

+1
-1
lines changed
  • rust/cubesql/cubesql/src/transport

1 file changed

+1
-1
lines changed

rust/cubesql/cubesql/src/transport/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pub type CubeMetaNestedFolder = cubeclient::models::V1CubeMetaNestedFolder;
1414
pub type CubeMetaNestedFolderMember = cubeclient::models::V1CubeMetaNestedFolderMember;
1515
pub type CubeMetaHierarchy = cubeclient::models::V1CubeMetaHierarchy;
1616
// Format
17-
pub type V1CubeMetaFormat = cubeclient::models::V1CubeMetaSimpleFormat;
17+
pub type V1CubeMetaSimpleFormat = cubeclient::models::V1CubeMetaSimpleFormat;
1818
pub type CubeMetaLinkFormat = cubeclient::models::V1CubeMetaLinkFormat;
1919
pub type CubeMetaLinkFormatType = cubeclient::models::V1CubeMetaLinkFormatType;
2020
pub type CubeMetaFormat = cubeclient::models::V1CubeMetaFormat;

0 commit comments

Comments
 (0)