Skip to content

Commit

Permalink
fix: format after rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff MAURY <[email protected]>
  • Loading branch information
jeffmaury committed Apr 12, 2024
1 parent b691b7f commit e56fbd7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/backend/src/studio-api-impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ export class StudioApiImpl implements StudioAPI {
copyToClipboard(content: string): Promise<void> {
return podmanDesktopApi.env.clipboard.writeText(content);
}

async checkContainerConnectionStatusAndResources(modelInfo: ModelCheckerInfo): Promise<ContainerConnectionInfo> {
return checkContainerConnectionStatusAndResources(modelInfo);
}
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/lib/ContentDetailsLayout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ const toggle = () => {
</div>
</div>
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion packages/shared/src/StudioAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export abstract class StudioAPI {
* @param content
*/
abstract copyToClipboard(content: string): Promise<void>;

/**
* Check if the running podman machine is running and has enough resources to execute task
* @param modelInfo object containing info about the model to check
Expand Down

0 comments on commit e56fbd7

Please sign in to comment.