Browse Source

Merge pull request #10882 from hexog/fix-format

Fix code block format
Matthew 3 months ago
parent
commit
c5da624227
1 changed files with 1 additions and 0 deletions
  1. 1 0
      contributing/development/compiling/compiling_with_dotnet.rst

+ 1 - 0
contributing/development/compiling/compiling_with_dotnet.rst

@@ -137,6 +137,7 @@ argument for scons, the managed libraries must also be built without dependencie
 This is done by passing the ``--no-deprecated`` argument:
 This is done by passing the ``--no-deprecated`` argument:
 
 
 ::
 ::
+
     ./modules/mono/build_scripts/build_assemblies.py --godot-output-dir ./bin --push-nupkgs-local <my_local_source> --no-deprecated
     ./modules/mono/build_scripts/build_assemblies.py --godot-output-dir ./bin --push-nupkgs-local <my_local_source> --no-deprecated
 
 
 Double Precision Support (REAL_T_IS_DOUBLE)
 Double Precision Support (REAL_T_IS_DOUBLE)