Skip to content

Commit 6cf9a21

Browse files
authored
fix some formatting issues (#2685)
1 parent ad0520c commit 6cf9a21

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

modules/ROOT/pages/installation/osx.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,14 @@ Here are the steps to uninstall Neo4j on macOS:
109109
. Stop all Neo4j running services:
110110
+
111111
[source, shell]
112-
---
112+
----
113113
sudo systemctl stop neo4j
114114
sudo systemctl disable neo4j
115-
---
115+
----
116116
. Delete _NEO4J_HOME_ and the file _/lib/systemd/system/neo4j.service_:
117117
+
118118
[source, shell]
119-
---
119+
----
120120
rm /lib/systemd/system/neo4j.service
121121
rm -rf NEO4J_HOME
122-
---
122+
----

modules/ROOT/pages/installation/windows.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -260,12 +260,12 @@ Here are the steps to uninstall Neo4j on Windows:
260260
. Uninstall the Neo4j Windows service:
261261
+
262262
[source, shell]
263-
---
263+
----
264264
%NEO4J_HOME%\bin\neo4j windows-service uninstall
265-
---
265+
----
266266
. Delete _NEO4J_HOME_:
267267
+
268268
[source, shell]
269-
---
269+
----
270270
rmdir NEO4J_HOME
271-
---
271+
----

0 commit comments

Comments
 (0)