Skip to content

Commit 9fbb2db

Browse files
committed
CI: autoformat
1 parent 6d9e93c commit 9fbb2db

8 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/ScottPlot5/ScottPlot5 Cookbook/Recipes/PlotTypes/PolarAxis.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
namespace ScottPlotCookbook.Recipes.PlotTypes;
2+
23
public class PolarAxis : ICategory
34
{
45
public Chapter Chapter => Chapter.PlotTypes;

src/ScottPlot5/ScottPlot5 Demos/ScottPlot5 WPF Demo/IDemoWindow.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
namespace WPF_Demo;
2+
23
public interface IDemoWindow
34
{
45
string DemoTitle { get; }

src/ScottPlot5/ScottPlot5 Demos/ScottPlot5 WinForms Demo/Demos/DataStreamer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
using System.Diagnostics;
44

55
namespace WinForms_Demo.Demos;
6+
67
public partial class DataStreamer : Form, IDemoWindow
78
{
89
public string Title => "Data Streamer";

src/ScottPlot5/ScottPlot5 Demos/ScottPlot5 WinForms Demo/Demos/MultiplotCustom.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
namespace WinForms_Demo.Demos;
2+
23
public partial class MultiplotCustom : Form, IDemoWindow
34
{
45
public string Title => "Custom Multiplot System";

src/ScottPlot5/ScottPlot5 Demos/ScottPlot5 WinForms Demo/Demos/ScrollViewerDemo.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
using ScottPlot.WinForms;
33

44
namespace WinForms_Demo.Demos;
5+
56
public partial class ScrollViewerDemo : Form, IDemoWindow
67
{
78
public string Title => "Plot is a Scroll Viewer";

src/ScottPlot5/ScottPlot5 Demos/ScottPlot5 WinForms Demo/Demos/TransparentBackground.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using ScottPlot.WinForms;
22

33
namespace WinForms_Demo.Demos;
4+
45
public partial class TransparentBackground : Form, IDemoWindow
56
{
67
public string Title => "Transparent Background";

src/ScottPlot5/ScottPlot5 Tests/Unit Tests/CodeTests/CsprojTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using System.Collections.Generic;
22

33
namespace ScottPlotTests.CodeTests;
4+
45
internal class CsprojTests
56
{
67
readonly static Dictionary<string, string[]> ProjectFileContents = Directory

src/ScottPlot5/ScottPlot5/Plottables/HistogramBars.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
using ScottPlot.Statistics;
33

44
namespace ScottPlot.Plottables;
5+
56
public class HistogramBars : IPlottable
67
{
78
public bool IsVisible { get; set; } = true;

0 commit comments

Comments
 (0)