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>
|
||||
Example:
|
||||
<CODE_SNIPPET>
|
||||
if [[ -d "${LONG_PATH_TO_DIRECTORY}" && \
|
||||
-f "${LONG_PATH_TO_FILE}" && \
|
||||
if [[ -d "${LONG_PATH_TO_DIRECTORY}" &&
|
||||
-f "${LONG_PATH_TO_FILE}" &&
|
||||
! check_something ]]
|
||||
then
|
||||
delete_all_oracle_databases
|
||||
|
|
Loading…
Reference in New Issue
Block a user