You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by db...@apache.org on 2020/10/12 16:02:45 UTC

[geode-native] branch support/1.13 updated: Fix markdown format

This is an automated email from the ASF dual-hosted git repository.

dbarnes pushed a commit to branch support/1.13
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/support/1.13 by this push:
     new c3f0236  Fix markdown format
c3f0236 is described below

commit c3f0236cb53c594bb2ee95aedcf02391395a3220
Author: Dave Barnes <db...@apache.org>
AuthorDate: Mon Oct 12 09:02:20 2020 -0700

    Fix markdown format
---
 BUILDING.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/BUILDING.md b/BUILDING.md
index f554731..a9ff795 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -218,6 +218,7 @@ $ cmake --build . --target install
 ### Required Tools
 * [Xcode](https://developer.apple.com/xcode/download/)
 * Xcode command line developer tools
+
 ```console
 $ xcode-select --install
 ```