remove useless whitespaces

Change-Id: I08be010820f8a7dd9f4d45caecb269c24b2b6bca
This commit is contained in:
chengebj5238 2018-11-24 15:55:05 +08:00 committed by Kota Tsuyuzaki
parent e75871ce79
commit 0139a041c9
3 changed files with 8 additions and 8 deletions

View File

@ -89,7 +89,7 @@ Next switch to the branch you are trying to rebase and run:
* ``git rebase master``
This will attempt to rebase by merging automatically but it may run into conflicts that you will need to manually resolve.
Such files will be listed and you will need to edit them. If you git diff the file it will resemble:
Such files will be listed and you will need to edit them. If you git diff the file it will resemble:
::

View File

@ -64,10 +64,10 @@ For Java written storlets
::
'X-Object-Meta-Storlet-Language' : 'Java'
'X-Object-Meta-Storlet-Interface-Version' : '1.0'
'X-Object-Meta-Storlet-Language': 'Java'
'X-Object-Meta-Storlet-Interface-Version': '1.0'
'X-Object-Meta-Storlet-Dependency': dependencies
'X-Object-Meta-Storlet-Object-Metadata' : 'no'
'X-Object-Meta-Storlet-Object-Metadata': 'no'
'X-Object-Meta-Storlet-Main': {main_class_name}
'X-Auth-Token': {authorization_token}
@ -75,10 +75,10 @@ For Python written storlets
::
'X-Object-Meta-Storlet-Language' : 'Python'
'X-Object-Meta-Storlet-Interface-Version' : '1.0'
'X-Object-Meta-Storlet-Language': 'Python'
'X-Object-Meta-Storlet-Interface-Version': '1.0'
'X-Object-Meta-Storlet-Dependency': dependencies
'X-Object-Meta-Storlet-Object-Metadata' : 'no'
'X-Object-Meta-Storlet-Object-Metadata': 'no'
'X-Object-Meta-Storlet-Main': {module_name.class_name}
'X-Auth-Token': {authorization_token}

View File

@ -148,7 +148,7 @@ The below steps illustrate the tuning process:
.. code-block:: bash
root@lnx-ccs8:/home/eranr/dockerfile_example# docker build -t service_tenant_image .
Sending build context to Docker daemon 2.56 kB
Sending build context to Docker daemon 2.56 kB
Sending build context to Docker daemon
Step 0 : FROM 127.0.0.1:5001/ubuntu_14.04_jre8_storlets
---> f6929e6abc60