Skip to content

Commit b80d8e4

Browse files
committed
Add new line
1 parent 9224f2c commit b80d8e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QueryPlanVisualizer.LinqPad6/QueryPlanUserControl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ private void PlanLocationLinkLabelLinkClicked(object sender, LinkLabelLinkClicke
131131
private async void SharePlanButtonClick(object sender, EventArgs e)
132132
{
133133
if (MessageBox.Show($"Warning: Your execution plan, including its query and parameters, will be immediately sent to {PlanProcessor.SharePlanWebsite} and stored in its database for sharing. Please review your query to make sure it doesn't contain sensitive data."
134-
+ $"{Environment.NewLine}Do you want to continue?",
134+
+ $"{Environment.NewLine}{Environment.NewLine}Do you want to continue?",
135135
"Continue", MessageBoxButtons.YesNo, MessageBoxIcon.Question) != DialogResult.Yes)
136136
{
137137
return;

0 commit comments

Comments
 (0)