Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Domain Data Mgmt Services
Seismic
Seismic DMS Suite
seismic-dms-cpp-lib
Commits
5c5a5b01
Commit
5c5a5b01
authored
Apr 21, 2021
by
Duo Chen
Browse files
test whitespace
parent
324a5ba3
Pipeline
#36802
failed with stage
in 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/src/core/Dataset.h
View file @
5c5a5b01
...
...
@@ -258,7 +258,7 @@ namespace seismicdrive {
if
(
!
obj
.
_seismicmeta
.
isNull
())
out
+=
"
\n
Seismicmeta: "
+
obj
.
_seismicmeta
.
toStyledString
();
if
(
!
obj
.
_cloud_provider
.
empty
())
out
+=
"
\n
Cloud Provider: "
+
obj
.
_cloud_provider
;
return
os
<<
out
;
}
}
};
...
...
Write
Preview
Supports
Markdown
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