mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Remove superfluous slashes
This commit is contained in:
parent
be87f493ae
commit
bf5a89f29b
|
@ -367,8 +367,8 @@ Revision 1.26
|
||||||
<p>
|
<p>
|
||||||
Example:
|
Example:
|
||||||
<CODE_SNIPPET>
|
<CODE_SNIPPET>
|
||||||
if [[ -d "${LONG_PATH_TO_DIRECTORY}" && \
|
if [[ -d "${LONG_PATH_TO_DIRECTORY}" &&
|
||||||
-f "${LONG_PATH_TO_FILE}" && \
|
-f "${LONG_PATH_TO_FILE}" &&
|
||||||
! check_something ]]
|
! check_something ]]
|
||||||
then
|
then
|
||||||
delete_all_oracle_databases
|
delete_all_oracle_databases
|
||||||
|
|
Loading…
Reference in New Issue
Block a user