Skip to content

Commit 7c991f5

Browse files
committed
ncm-opennebula: even more indent fixes
1 parent d3e61c3 commit 7c991f5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

ncm-opennebula/src/main/pan/components/opennebula/schema.pan

+6-6
Original file line numberDiff line numberDiff line change
@@ -935,17 +935,17 @@ type opennebula_sunstone = {
935935
"oneflow_server" : type_absoluteURI = 'http://localhost:2474/'
936936
"instance_types" : opennebula_instance_types[] = list (
937937
dict("name", "small-x1", "cpu", 1, "vcpu", 1, "memory", 128,
938-
"description", "Very small instance for testing purposes"),
938+
"description", "Very small instance for testing purposes"),
939939
dict("name", "small-x2", "cpu", 2, "vcpu", 2, "memory", 512,
940-
"description", "Small instance for testing multi-core applications"),
940+
"description", "Small instance for testing multi-core applications"),
941941
dict("name", "medium-x2", "cpu", 2, "vcpu", 2, "memory", 1024,
942-
"description", "General purpose instance for low-load servers"),
942+
"description", "General purpose instance for low-load servers"),
943943
dict("name", "medium-x4", "cpu", 4, "vcpu", 4, "memory", 2048,
944-
"description", "General purpose instance for medium-load servers"),
944+
"description", "General purpose instance for medium-load servers"),
945945
dict("name", "large-x4", "cpu", 4, "vcpu", 4, "memory", 4096,
946-
"description", "General purpose instance for servers"),
946+
"description", "General purpose instance for servers"),
947947
dict("name", "large-x8", "cpu", 8, "vcpu", 8, "memory", 8192,
948-
"description", "General purpose instance for high-load servers"),
948+
"description", "General purpose instance for high-load servers"),
949949
)
950950
@{List of Ruby files containing custom routes to be loaded}
951951
"routes" : string[] = list("oneflow", "vcenter", "support", "nsx")

ncm-opennebula/src/test/resources/one.pan

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ prefix "/software/components/opennebula";
251251
'hyp103', dict(
252252
"cluster", "red.cluster",
253253
"pin_policy", "PINNED",
254-
),
254+
),
255255
'hyp104', dict(),
256256
);
257257

0 commit comments

Comments
 (0)