From b90e61c309b06442552d39c310c42df80ed6e73c Mon Sep 17 00:00:00 2001 From: Matthias Schaefer Date: Thu, 16 Apr 2026 15:02:38 +0200 Subject: [PATCH] some more spaces --- .github/workflows/PRTesting.yml | 8 ++++---- Modelica/Blocks/Sources.mo | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/PRTesting.yml b/.github/workflows/PRTesting.yml index 395bc30629..841384e27b 100644 --- a/.github/workflows/PRTesting.yml +++ b/.github/workflows/PRTesting.yml @@ -7,10 +7,10 @@ on: env: PR_SERVER: ${{ vars.LTX_PR_SERVER }} TESTING_TOOLS: ${{ vars.LTX_TESTING_TOOLS }} - EVENT_NUMBER: ${{ github.event.number }} - PR_SHA: ${{ github.event.pull_request.base.sha }} - #EVENT_NUMBER: ${{ github.event.workflow_run.env.EVENT_NUMBER }} - #PR_SHA: ${{ github.event.workflow_run.env.PR_SHA }} + #EVENT_NUMBER: ${{ github.event.number }} + #PR_SHA: ${{ github.event.pull_request.base.sha }} + EVENT_NUMBER: ${{ github.event.workflow_run.env.EVENT_NUMBER }} + PR_SHA: ${{ github.event.workflow_run.env.PR_SHA }} jobs: prepare: diff --git a/Modelica/Blocks/Sources.mo b/Modelica/Blocks/Sources.mo index 718977bebb..f4b93e5360 100644 --- a/Modelica/Blocks/Sources.mo +++ b/Modelica/Blocks/Sources.mo @@ -1602,7 +1602,7 @@ parameter Real table[:, 2]=[0, 0; 1, 1; 2, 4]; annotation (Dialog( group="Table data definition", enable=tableOnFile, - loadSelector(filter="Text files (*.txt);;MATLAB MAT-files (*.mat);;Comma-separated values files (*.csv)", + loadSelector(filter = "Text files (*.txt);;MATLAB MAT-files (*.mat);;Comma-separated values files (*.csv)", caption="Open file in which table is present"))); parameter String delimiter = "," "Column delimiter character for CSV file" annotation (Dialog(