Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
behaviors-ai-public
LaVizu
Commits
5dcae08f
Commit
5dcae08f
authored
Jul 09, 2019
by
Dorian Goepp
Browse files
Add newlines at end of files
parent
bfe24fee
Changes
5
Hide whitespace changes
Inline
Side-by-side
src/HorizontalGauge/RosHGauge.js
View file @
5dcae08f
...
...
@@ -91,4 +91,4 @@ decorate(RosHGauge, {
max
:
computed
,
})
export
default
RosHGauge
\ No newline at end of file
export
default
RosHGauge
src/InteractionTrace/RosInteractionTrace.js
View file @
5dcae08f
...
...
@@ -178,4 +178,4 @@ decorate(RosInteractionTrace, {
lowerIdResets
:
computed
,
})
export
default
sizeMe
({
monitorHeight
:
true
})(
RosInteractionTrace
);
\ No newline at end of file
export
default
sizeMe
({
monitorHeight
:
true
})(
RosInteractionTrace
);
src/LatestInteraction/LatestInteraction.js
View file @
5dcae08f
...
...
@@ -62,4 +62,4 @@ function LatestInteraction(props) {
<
/div
>
);
}
)
\ No newline at end of file
)
src/utils/configurationHelpers.js
View file @
5dcae08f
...
...
@@ -64,4 +64,4 @@ export function appendConfigSchema(store, configSchema) {
merge
(
store
.
configSchema
,
configSchema
);
// Fill the undefined fields of the configuration object with their default values.
defaultConfig
(
store
);
}
\ No newline at end of file
}
src/utils/modeModal.js
View file @
5dcae08f
...
...
@@ -65,4 +65,4 @@ export class Modal extends Component {
return
config
;
}
}
\ No newline at end of file
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment