fixed formatting

This commit is contained in:
2025-12-30 02:10:00 +05:30
parent 33784d8f1d
commit 2211057e4f
14 changed files with 55 additions and 58 deletions

View File

@@ -1,5 +1,5 @@
use crate::models::{FileCategory, OrganizationPlan};
use crate::gemini::types::OrganizationPlanResponse;
use crate::models::{FileCategory, OrganizationPlan};
impl OrganizationPlanResponse {
pub fn to_organization_plan(self) -> OrganizationPlan {