diff --git a/common/src/main/ets/components/imageComponent.ets b/common/src/main/ets/components/imageComponent.ets index 38f95cbce44128f9e45932e1de19d2cefb9db5c2..af14b0054e47f7cfd29a6635a92b54cf2ab46b0a 100644 --- a/common/src/main/ets/components/imageComponent.ets +++ b/common/src/main/ets/components/imageComponent.ets @@ -12,6 +12,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +/* test */ @Component export struct ImageComponent { @@ -31,4 +32,4 @@ export struct ImageComponent { .width(this.imgLength); } } -} \ No newline at end of file +}