From db44bc6f7494eaf17817c2917044a65c5b36af86 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Mon, 7 Jul 2025 17:19:47 +0800 Subject: [PATCH] formatting --- thermion_dart/lib/src/viewer/src/thermion_viewer_base.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/thermion_dart/lib/src/viewer/src/thermion_viewer_base.dart b/thermion_dart/lib/src/viewer/src/thermion_viewer_base.dart index 2c303acc..fd7e0589 100644 --- a/thermion_dart/lib/src/viewer/src/thermion_viewer_base.dart +++ b/thermion_dart/lib/src/viewer/src/thermion_viewer_base.dart @@ -83,7 +83,8 @@ abstract class ThermionViewer { Future clearBackgroundImage({bool destroy = false}); /// - /// Sets the color for the background plane (positioned at the maximum depth, i.e. behind all other objects including the skybox). + /// Sets the color for the background plane (positioned at the maximum depth, + /// i.e. behind all other objects including the skybox). /// Future setBackgroundColor(double r, double g, double b, double alpha);