Closed dhaynespls closed 7 years ago
This commit fixes whitespace on a couple of the files introduced in !20
src/DelegateesParam.ts | 15 ++++++++------- test/DelegateesParam.spec.ts | 3 ++- 2 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/src/DelegateesParam.ts b/src/DelegateesParam.ts index 2d88caf..9472f48 100644 --- a/src/DelegateesParam.ts +++ b/src/DelegateesParam.ts @@ -26,9 +26,9 @@ import Parameter from "./Parameter";
@author David Haynes dhaynes3@gmu.edu */ @@ -59,7 +59,7 @@ export default class DelegateesParam extends Parameter {
/**
-}); \ No newline at end of file +}); + -- 2.12.1
Huh, interesting. I was hoping/wondering if github would do something special with a patch email.
Adds in the Delegatees Parameter from RFC 5545 section 3.2.5.
Closes #2