dsccommunity / xRemoteDesktopSessionHost

This module contains DSC resources for the management and configuration of Microsoft Remote Desktop Session Host (RDSH).
MIT License
36 stars 47 forks source link

Fix line encoding issues #57

Closed danielboth closed 5 years ago

danielboth commented 5 years ago

Pull Request (PR) description

This PR only fixes the encoding issues hit in PR #55. For this PR I did a clean checkout and I'm now pushing the result. Please merge this PR so others will look clean.


This change is Reviewable

codecov-io commented 5 years ago

Codecov Report

Merging #57 into dev will not change coverage. The diff coverage is 96.64%.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev      #57   +/-   ##
=======================================
  Coverage   85.03%   85.03%           
=======================================
  Files           8        8           
  Lines         381      381           
  Branches        9        9           
=======================================
  Hits          324      324           
  Misses         48       48           
  Partials        9        9
Impacted Files Coverage Δ
xRemoteDesktopSessionHostCommon.psm1 100% <100%> (ø) :arrow_up:
...RDSessionCollection/MSFT_xRDSessionCollection.psm1 94.73% <94.73%> (ø) :arrow_up:
...ration/MSFT_xRDSessionCollectionConfiguration.psm1 96.36% <96.36%> (ø) :arrow_up:
...Resources/MSFT_xRDRemoteApp/MSFT_xRDRemoteApp.psm1 97.77% <97.77%> (ø) :arrow_up:

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 bc314bf...ad86f9c. Read the comment docs.

danielboth commented 5 years ago

Hi @ld0614 / @johlju, would you mind merging this one? No code changes, just line endings fixed.