Skip to content

Commit

Permalink
all: fix missing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
flomonster committed Jul 16, 2024
1 parent 28ae78b commit 08a6a43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ui-manchette/src/styles/operational-point-list.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
@apply bg-ambientB-10;

}

2 changes: 1 addition & 1 deletion ui-speedspacechart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ const MyComponent = () => {
};
```

In this example, `OSRD_SAMPLE` is a sample `OsrdSimulationState` object imported from `ui-speedspacechart/src/stories/assets/sampleData.ts`. In a real application, you would replace OSRD_SAMPLE with your actual simulation data.
In this example, `OSRD_SAMPLE` is a sample `OsrdSimulationState` object imported from `ui-speedspacechart/src/stories/assets/sampleData.ts`. In a real application, you would replace OSRD_SAMPLE with your actual simulation data.

0 comments on commit 08a6a43

Please sign in to comment.