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 10, 2024
1 parent 3080d33 commit d6b39ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
in
{
devShell = pkgs.mkShell {
buildInputs = with pkgs; [
fixedNode
buildInputs = with pkgs; [
fixedNode
fixedNodePackages.npm
fixedNodePackages.yarn
];
};
}
);
}
}
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 d6b39ce

Please sign in to comment.