Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Fix dimmed typo #45

Merged
merged 1 commit into from
Oct 28, 2019
Merged

Fix dimmed typo #45

merged 1 commit into from
Oct 28, 2019

Conversation

eclipse1985
Copy link
Contributor

@eclipse1985 eclipse1985 commented Oct 28, 2019

Fixes typo dimmered in dimmed

@TravisBuddy
Copy link

Travis tests have failed

Hey @eclipse1985,
Please read the following log in order to understand the failure reason.
It'll be awesome if you fix what's wrong and commit the changes.

1st Build

View build log

find . -regextype posix-extended -path './.git' -prune -or -path './src/lib' -prune -or -path './test/external' -prune -or \( -iregex '.*\.((ino)|(h)|(hpp)|(hh)|(hxx)|(h\+\+)|(cpp)|(cc)|(cxx)|(c\+\+)|(cp)|(c)|(ipp)|(ii)|(ixx)|(inl)|(tpp)|(txx)|(tpl))$' -and -type f \) -print0 | xargs -0 -L1 bash -c 'if ! diff "$0" <(astyle --options=${HOME}/astyle/examples_formatter.conf --dry-run < "$0"); then echo "Non-compliant code formatting in $0"; false; fi'
52c52
<                   _cloud_value;
---
>                 _cloud_value;
Non-compliant code formatting in ./src/types/automation/CloudDimmedLight.h
TravisBuddy Request Identifier: 0125a3b0-f973-11e9-93c5-f3e7c8487984

@codecov-io
Copy link

Codecov Report

Merging #45 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #45   +/-   ##
=======================================
  Coverage   97.69%   97.69%           
=======================================
  Files          23       23           
  Lines         781      781           
=======================================
  Hits          763      763           
  Misses         18       18
Impacted Files Coverage Δ
src/ArduinoCloudThing.h 100% <ø> (ø) ⬆️
src/types/automation/CloudDimmedLight.h 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cb5dda0...beebfc2. Read the comment docs.

@eclipse1985 eclipse1985 changed the title Fix dimmed typo [CM-826] Fix dimmed typo Oct 28, 2019
@eclipse1985 eclipse1985 changed the title [CM-826] Fix dimmed typo Fix dimmed typo Oct 28, 2019
@mattiabertorello mattiabertorello merged commit 10e5feb into arduino-libraries:master Oct 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants